Class: Aws::Types::UpdateServiceNetworkVpcAssociationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_optionsTypes::DnsOptions

Returns the value of attribute dns_options.

Returns:



1583
1584
1585
# File 'sig/types.rbs', line 1583

def dns_options
  @dns_options
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def service_network_vpc_association_identifier
  @service_network_vpc_association_identifier
end