Class: Aws::Types::CreateVpcEndpointAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def description
  @description
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def firewall_arn
  @firewall_arn
end

#subnet_mappingTypes::SubnetMapping

Returns the value of attribute subnet_mapping.



360
361
362
# File 'sig/types.rbs', line 360

def subnet_mapping
  @subnet_mapping
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def vpc_id
  @vpc_id
end