Class: Aws::Types::DistributionTenantSummary
- Inherits:
-
Object
- Object
- Aws::Types::DistributionTenantSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connection_group_id ⇒ ::String
Returns the value of attribute connection_group_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#customizations ⇒ Types::Customizations
Returns the value of attribute customizations.
-
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
-
#domains ⇒ ::Array[Types::DomainResult]
Returns the value of attribute domains.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def arn @arn end |
#connection_group_id ⇒ ::String
Returns the value of attribute connection_group_id.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def connection_group_id @connection_group_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def created_time @created_time end |
#customizations ⇒ Types::Customizations
Returns the value of attribute customizations.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def customizations @customizations end |
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def distribution_id @distribution_id end |
#domains ⇒ ::Array[Types::DomainResult]
Returns the value of attribute domains.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def domains @domains end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def enabled @enabled end |
#etag ⇒ ::String
Returns the value of attribute etag.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def etag @etag end |
#id ⇒ ::String
Returns the value of attribute id.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def status @status end |