Class: Aws::Types::VpcEndpointAssociation

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)


2038
2039
2040
# File 'sig/types.rbs', line 2038

def description
  @description
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


2035
2036
2037
# File 'sig/types.rbs', line 2035

def firewall_arn
  @firewall_arn
end

#subnet_mappingTypes::SubnetMapping

Returns the value of attribute subnet_mapping.



2037
2038
2039
# File 'sig/types.rbs', line 2037

def subnet_mapping
  @subnet_mapping
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2039
2040
2041
# File 'sig/types.rbs', line 2039

def tags
  @tags
end

#vpc_endpoint_association_arn::String

Returns the value of attribute vpc_endpoint_association_arn.

Returns:

  • (::String)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def vpc_endpoint_association_arn
  @vpc_endpoint_association_arn
end

#vpc_endpoint_association_id::String

Returns the value of attribute vpc_endpoint_association_id.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def vpc_endpoint_association_id
  @vpc_endpoint_association_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2036
2037
2038
# File 'sig/types.rbs', line 2036

def vpc_id
  @vpc_id
end