Class: Aws::Types::CreateServiceNetworkServiceAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkServiceAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_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.
219 220 221 |
# File 'sig/types.rbs', line 219 def client_token @client_token end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
220 221 222 |
# File 'sig/types.rbs', line 220 def service_identifier @service_identifier end |
#service_network_identifier ⇒ ::String
Returns the value of attribute service_network_identifier.
221 222 223 |
# File 'sig/types.rbs', line 221 def service_network_identifier @service_network_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
222 223 224 |
# File 'sig/types.rbs', line 222 def @tags end |