Class: Aws::Types::CreateResourceConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_association_to_shareable_service_network ⇒ Boolean
Returns the value of attribute allow_association_to_shareable_service_network.
-
#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_arn ⇒ ::String
Returns the value of attribute domain_verification_arn.
-
#domain_verification_id ⇒ ::String
Returns the value of attribute domain_verification_id.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
-
#protocol ⇒ "TCP"
Returns the value of attribute protocol.
-
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
-
#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
#allow_association_to_shareable_service_network ⇒ Boolean
Returns the value of attribute allow_association_to_shareable_service_network.
123 124 125 |
# File 'sig/types.rbs', line 123 def allow_association_to_shareable_service_network @allow_association_to_shareable_service_network end |
#arn ⇒ ::String
Returns the value of attribute arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
124 125 126 |
# File 'sig/types.rbs', line 124 def created_at @created_at end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def custom_domain_name @custom_domain_name end |
#domain_verification_arn ⇒ ::String
Returns the value of attribute domain_verification_arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def domain_verification_arn @domain_verification_arn end |
#domain_verification_id ⇒ ::String
Returns the value of attribute domain_verification_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def domain_verification_id @domain_verification_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
125 126 127 |
# File 'sig/types.rbs', line 125 def failure_reason @failure_reason end |
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
128 129 130 |
# File 'sig/types.rbs', line 128 def group_domain @group_domain end |
#id ⇒ ::String
Returns the value of attribute id.
113 114 115 |
# File 'sig/types.rbs', line 113 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
114 115 116 |
# File 'sig/types.rbs', line 114 def name @name end |
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
119 120 121 |
# File 'sig/types.rbs', line 119 def port_ranges @port_ranges end |
#protocol ⇒ "TCP"
Returns the value of attribute protocol.
120 121 122 |
# File 'sig/types.rbs', line 120 def protocol @protocol end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
122 123 124 |
# File 'sig/types.rbs', line 122 def resource_configuration_definition @resource_configuration_definition end |
#resource_configuration_group_id ⇒ ::String
Returns the value of attribute resource_configuration_group_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def resource_configuration_group_id @resource_configuration_group_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
121 122 123 |
# File 'sig/types.rbs', line 121 def status @status end |
#type ⇒ "GROUP", ...
Returns the value of attribute type.
118 119 120 |
# File 'sig/types.rbs', line 118 def type @type end |