Class: Aws::Types::LocalGatewayRouteTableVpcAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


12983
12984
12985
# File 'sig/types.rbs', line 12983

def local_gateway_id
  @local_gateway_id
end

#local_gateway_route_table_arn::String

Returns the value of attribute local_gateway_route_table_arn.

Returns:

  • (::String)


12982
12983
12984
# File 'sig/types.rbs', line 12982

def local_gateway_route_table_arn
  @local_gateway_route_table_arn
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


12981
12982
12983
# File 'sig/types.rbs', line 12981

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#local_gateway_route_table_vpc_association_id::String

Returns the value of attribute local_gateway_route_table_vpc_association_id.

Returns:

  • (::String)


12980
12981
12982
# File 'sig/types.rbs', line 12980

def local_gateway_route_table_vpc_association_id
  @local_gateway_route_table_vpc_association_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12985
12986
12987
# File 'sig/types.rbs', line 12985

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


12986
12987
12988
# File 'sig/types.rbs', line 12986

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12987
12988
12989
# File 'sig/types.rbs', line 12987

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12984
12985
12986
# File 'sig/types.rbs', line 12984

def vpc_id
  @vpc_id
end