Class: Aws::Types::DomainConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainConfigurationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_configuration_arn ⇒ ::String
Returns the value of attribute domain_configuration_arn.
-
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
-
#service_type ⇒ "DATA", ...
Returns the value of attribute service_type.
Instance Attribute Details
#domain_configuration_arn ⇒ ::String
Returns the value of attribute domain_configuration_arn.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def domain_configuration_arn @domain_configuration_arn end |
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def domain_configuration_name @domain_configuration_name end |
#service_type ⇒ "DATA", ...
Returns the value of attribute service_type.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def service_type @service_type end |