Class: Aws::Types::CreateServiceNetworkVpcAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkVpcAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#service_network_identifier ⇒ ::String
Returns the value of attribute service_network_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
237 238 239 |
# File 'sig/types.rbs', line 237 def client_token @client_token end |
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
243 244 245 |
# File 'sig/types.rbs', line 243 def @dns_options end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
240 241 242 |
# File 'sig/types.rbs', line 240 def private_dns_enabled @private_dns_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
241 242 243 |
# File 'sig/types.rbs', line 241 def security_group_ids @security_group_ids end |
#service_network_identifier ⇒ ::String
Returns the value of attribute service_network_identifier.
238 239 240 |
# File 'sig/types.rbs', line 238 def service_network_identifier @service_network_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
242 243 244 |
# File 'sig/types.rbs', line 242 def @tags end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
239 240 241 |
# File 'sig/types.rbs', line 239 def vpc_identifier @vpc_identifier end |