Class: Aws::Types::CreateResourceConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceConfigurationRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#domain_verification_identifier ⇒ ::String
Returns the value of attribute domain_verification_identifier.
-
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
-
#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_identifier ⇒ ::String
Returns the value of attribute resource_configuration_group_identifier.
-
#resource_gateway_identifier ⇒ ::String
Returns the value of attribute resource_gateway_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
103 104 105 |
# File 'sig/types.rbs', line 103 def allow_association_to_shareable_service_network @allow_association_to_shareable_service_network end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
107 108 109 |
# File 'sig/types.rbs', line 107 def client_token @client_token end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def custom_domain_name @custom_domain_name end |
#domain_verification_identifier ⇒ ::String
Returns the value of attribute domain_verification_identifier.
106 107 108 |
# File 'sig/types.rbs', line 106 def domain_verification_identifier @domain_verification_identifier end |
#group_domain ⇒ ::String
Returns the value of attribute group_domain.
105 106 107 |
# File 'sig/types.rbs', line 105 def group_domain @group_domain end |
#name ⇒ ::String
Returns the value of attribute name.
96 97 98 |
# File 'sig/types.rbs', line 96 def name @name end |
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
98 99 100 |
# File 'sig/types.rbs', line 98 def port_ranges @port_ranges end |
#protocol ⇒ "TCP"
Returns the value of attribute protocol.
99 100 101 |
# File 'sig/types.rbs', line 99 def protocol @protocol end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
102 103 104 |
# File 'sig/types.rbs', line 102 def resource_configuration_definition @resource_configuration_definition end |
#resource_configuration_group_identifier ⇒ ::String
Returns the value of attribute resource_configuration_group_identifier.
101 102 103 |
# File 'sig/types.rbs', line 101 def resource_configuration_group_identifier @resource_configuration_group_identifier end |
#resource_gateway_identifier ⇒ ::String
Returns the value of attribute resource_gateway_identifier.
100 101 102 |
# File 'sig/types.rbs', line 100 def resource_gateway_identifier @resource_gateway_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
108 109 110 |
# File 'sig/types.rbs', line 108 def @tags end |
#type ⇒ "GROUP", ...
Returns the value of attribute type.
97 98 99 |
# File 'sig/types.rbs', line 97 def type @type end |