Class: Aws::Types::CreateServiceNetworkVpcAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def client_token
  @client_token
end

#dns_optionsTypes::DnsOptions

Returns the value of attribute dns_options.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def dns_options
  @dns_options
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


242
243
244
# File 'sig/types.rbs', line 242

def tags
  @tags
end

#vpc_identifier::String

Returns the value of attribute vpc_identifier.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def vpc_identifier
  @vpc_identifier
end