Class: Aws::Types::Distribution
- Inherits:
-
Object
- Object
- Aws::Types::Distribution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_trusted_key_groups ⇒ Types::ActiveTrustedKeyGroups
Returns the value of attribute active_trusted_key_groups.
-
#active_trusted_signers ⇒ Types::ActiveTrustedSigners
Returns the value of attribute active_trusted_signers.
-
#alias_icp_recordals ⇒ ::Array[Types::AliasICPRecordal]
Returns the value of attribute alias_icp_recordals.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#distribution_config ⇒ Types::DistributionConfig
Returns the value of attribute distribution_config.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#in_progress_invalidation_batches ⇒ ::Integer
Returns the value of attribute in_progress_invalidation_batches.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#active_trusted_key_groups ⇒ Types::ActiveTrustedKeyGroups
Returns the value of attribute active_trusted_key_groups.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def active_trusted_key_groups @active_trusted_key_groups end |
#active_trusted_signers ⇒ Types::ActiveTrustedSigners
Returns the value of attribute active_trusted_signers.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def active_trusted_signers @active_trusted_signers end |
#alias_icp_recordals ⇒ ::Array[Types::AliasICPRecordal]
Returns the value of attribute alias_icp_recordals.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def alias_icp_recordals @alias_icp_recordals end |
#arn ⇒ ::String
Returns the value of attribute arn.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def arn @arn end |
#distribution_config ⇒ Types::DistributionConfig
Returns the value of attribute distribution_config.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def distribution_config @distribution_config end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def id @id end |
#in_progress_invalidation_batches ⇒ ::Integer
Returns the value of attribute in_progress_invalidation_batches.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def in_progress_invalidation_batches @in_progress_invalidation_batches end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def last_modified_time @last_modified_time end |
#status ⇒ ::String
Returns the value of attribute status.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def status @status end |