Class: Aws::Types::CreateServiceNetworkResourceAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkResourceAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#resource_configuration_identifier ⇒ ::String
Returns the value of attribute resource_configuration_identifier.
-
#service_network_identifier ⇒ ::String
Returns the value of attribute service_network_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
192 193 194 |
# File 'sig/types.rbs', line 192 def client_token @client_token end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
195 196 197 |
# File 'sig/types.rbs', line 195 def private_dns_enabled @private_dns_enabled end |
#resource_configuration_identifier ⇒ ::String
Returns the value of attribute resource_configuration_identifier.
193 194 195 |
# File 'sig/types.rbs', line 193 def resource_configuration_identifier @resource_configuration_identifier end |
#service_network_identifier ⇒ ::String
Returns the value of attribute service_network_identifier.
194 195 196 |
# File 'sig/types.rbs', line 194 def service_network_identifier @service_network_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
196 197 198 |
# File 'sig/types.rbs', line 196 def @tags end |