Class: Aws::Types::LightsailDistribution

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#able_to_update_bundleBoolean

Returns the value of attribute able_to_update_bundle.

Returns:

  • (Boolean)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def able_to_update_bundle
  @able_to_update_bundle
end

#alternative_domain_names::Array[::String]

Returns the value of attribute alternative_domain_names.

Returns:

  • (::Array[::String])


2308
2309
2310
# File 'sig/types.rbs', line 2308

def alternative_domain_names
  @alternative_domain_names
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def arn
  @arn
end

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def bundle_id
  @bundle_id
end

#cache_behavior_settingsTypes::CacheSettings

Returns the value of attribute cache_behavior_settings.



2317
2318
2319
# File 'sig/types.rbs', line 2317

def cache_behavior_settings
  @cache_behavior_settings
end

#cache_behaviors::Array[Types::CacheBehaviorPerPath]

Returns the value of attribute cache_behaviors.

Returns:



2318
2319
2320
# File 'sig/types.rbs', line 2318

def cache_behaviors
  @cache_behaviors
end

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:

  • (::String)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def certificate_name
  @certificate_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def created_at
  @created_at
end

#custom_error_responses::Array[Types::DistributionCustomErrorResponse]

Returns the value of attribute custom_error_responses.



2324
2325
2326
# File 'sig/types.rbs', line 2324

def custom_error_responses
  @custom_error_responses
end

#default_cache_behaviorTypes::CacheBehavior

Returns the value of attribute default_cache_behavior.



2316
2317
2318
# File 'sig/types.rbs', line 2316

def default_cache_behavior
  @default_cache_behavior
end

#default_root_object::String

Returns the value of attribute default_root_object.

Returns:

  • (::String)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def default_root_object
  @default_root_object
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2311
2312
2313
# File 'sig/types.rbs', line 2311

def domain_name
  @domain_name
end

#ip_address_type"dualstack", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("dualstack", "ipv4", "ipv6")


2320
2321
2322
# File 'sig/types.rbs', line 2320

def ip_address_type
  @ip_address_type
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


2310
2311
2312
# File 'sig/types.rbs', line 2310

def is_enabled
  @is_enabled
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2306
2307
2308
# File 'sig/types.rbs', line 2306

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def name
  @name
end

#originTypes::Origin

Returns the value of attribute origin.

Returns:



2314
2315
2316
# File 'sig/types.rbs', line 2314

def origin
  @origin
end

#origin_public_dns::String

Returns the value of attribute origin_public_dns.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def origin_public_dns
  @origin_public_dns
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2307
2308
2309
# File 'sig/types.rbs', line 2307

def resource_type
  @resource_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def status
  @status
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2321
2322
2323
# File 'sig/types.rbs', line 2321

def tags
  @tags
end

#viewer_minimum_tls_protocol_version::String

Returns the value of attribute viewer_minimum_tls_protocol_version.

Returns:

  • (::String)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def viewer_minimum_tls_protocol_version
  @viewer_minimum_tls_protocol_version
end