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)


13575
13576
13577
# File 'sig/types.rbs', line 13575

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)


13574
13575
13576
# File 'sig/types.rbs', line 13574

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)


13573
13574
13575
# File 'sig/types.rbs', line 13573

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)


13572
13573
13574
# File 'sig/types.rbs', line 13572

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)


13577
13578
13579
# File 'sig/types.rbs', line 13577

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


13578
13579
13580
# File 'sig/types.rbs', line 13578

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13579
13580
13581
# File 'sig/types.rbs', line 13579

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


13576
13577
13578
# File 'sig/types.rbs', line 13576

def vpc_id
  @vpc_id
end