Class: Aws::Types::DistributionTenant
- Inherits:
-
Object
- Object
- Aws::Types::DistributionTenant
- 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.
-
#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.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def arn @arn end |
#connection_group_id ⇒ ::String
Returns the value of attribute connection_group_id.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def connection_group_id @connection_group_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def created_time @created_time end |
#customizations ⇒ Types::Customizations
Returns the value of attribute customizations.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def customizations @customizations end |
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def distribution_id @distribution_id end |
#domains ⇒ ::Array[Types::DomainResult]
Returns the value of attribute domains.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def domains @domains end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def enabled @enabled end |
#id ⇒ ::String
Returns the value of attribute id.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def name @name end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def parameters @parameters end |
#status ⇒ ::String
Returns the value of attribute status.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def status @status end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def @tags end |