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)


13254
13255
13256
# File 'sig/types.rbs', line 13254

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)


13253
13254
13255
# File 'sig/types.rbs', line 13253

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)


13252
13253
13254
# File 'sig/types.rbs', line 13252

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)


13251
13252
13253
# File 'sig/types.rbs', line 13251

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)


13256
13257
13258
# File 'sig/types.rbs', line 13256

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


13257
13258
13259
# File 'sig/types.rbs', line 13257

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13258
13259
13260
# File 'sig/types.rbs', line 13258

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


13255
13256
13257
# File 'sig/types.rbs', line 13255

def vpc_id
  @vpc_id
end