Class: Aws::Types::UpdateServiceNetworkVpcAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceNetworkVpcAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_vpc_association_identifier ⇒ ::String
Returns the value of attribute service_network_vpc_association_identifier.
Instance Attribute Details
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def @dns_options end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def private_dns_enabled @private_dns_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def security_group_ids @security_group_ids end |
#service_network_vpc_association_identifier ⇒ ::String
Returns the value of attribute service_network_vpc_association_identifier.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def service_network_vpc_association_identifier @service_network_vpc_association_identifier end |