Method: Aws::Lightsail::Types::LightsailDistribution#tags
- Defined in:
- lib/aws-sdk-lightsail/types.rb
#tags ⇒ Array<Types::Tag>
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide].
[1]: docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
11066 11067 11068 11069 11070 11071 11072 11073 11074 11075 11076 11077 11078 11079 11080 11081 11082 11083 11084 11085 11086 11087 11088 11089 11090 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11066 class LightsailDistribution < Struct.new( :name, :arn, :support_code, :created_at, :location, :resource_type, :alternative_domain_names, :status, :is_enabled, :domain_name, :bundle_id, :certificate_name, :origin, :origin_public_dns, :default_cache_behavior, :cache_behavior_settings, :cache_behaviors, :able_to_update_bundle, :ip_address_type, :tags, :viewer_minimum_tls_protocol_version) SENSITIVE = [] include Aws::Structure end |