Class: Aws::Types::Domain
- Inherits:
-
Object
- Object
- Aws::Types::Domain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_entries ⇒ ::Array[Types::DomainEntry]
Returns the value of attribute domain_entries.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#registered_domain_delegation_info ⇒ Types::RegisteredDomainDelegationInfo
Returns the value of attribute registered_domain_delegation_info.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def created_at @created_at end |
#domain_entries ⇒ ::Array[Types::DomainEntry]
Returns the value of attribute domain_entries.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def domain_entries @domain_entries end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def name @name end |
#registered_domain_delegation_info ⇒ Types::RegisteredDomainDelegationInfo
Returns the value of attribute registered_domain_delegation_info.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def registered_domain_delegation_info @registered_domain_delegation_info end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def resource_type @resource_type end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def end |