Class: Aws::Types::ResourceConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConfigurationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_managed ⇒ Boolean
Returns the value of attribute amazon_managed.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#domain_verification_id ⇒ ::String
Returns the value of attribute domain_verification_id.
-
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_configuration_group_id ⇒ ::String
Returns the value of attribute resource_configuration_group_id.
-
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#type ⇒ "GROUP", ...
Returns the value of attribute type.
Instance Attribute Details
#amazon_managed ⇒ Boolean
Returns the value of attribute amazon_managed.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def amazon_managed @amazon_managed end |
#arn ⇒ ::String
Returns the value of attribute arn.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def created_at @created_at end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def custom_domain_name @custom_domain_name end |
#domain_verification_id ⇒ ::String
Returns the value of attribute domain_verification_id.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def domain_verification_id @domain_verification_id end |
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def group_domain @group_domain end |
#id ⇒ ::String
Returns the value of attribute id.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def name @name end |
#resource_configuration_group_id ⇒ ::String
Returns the value of attribute resource_configuration_group_id.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def resource_configuration_group_id @resource_configuration_group_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def status @status end |
#type ⇒ "GROUP", ...
Returns the value of attribute type.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def type @type end |