Class: Aws::Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation

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)


12970
12971
12972
# File 'sig/types.rbs', line 12970

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)


12972
12973
12974
# File 'sig/types.rbs', line 12972

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)


12971
12972
12973
# File 'sig/types.rbs', line 12971

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#local_gateway_route_table_virtual_interface_group_association_id::String

Returns the value of attribute local_gateway_route_table_virtual_interface_group_association_id.

Returns:

  • (::String)


12968
12969
12970
# File 'sig/types.rbs', line 12968

def local_gateway_route_table_virtual_interface_group_association_id
  @local_gateway_route_table_virtual_interface_group_association_id
end

#local_gateway_virtual_interface_group_id::String

Returns the value of attribute local_gateway_virtual_interface_group_id.

Returns:

  • (::String)


12969
12970
12971
# File 'sig/types.rbs', line 12969

def local_gateway_virtual_interface_group_id
  @local_gateway_virtual_interface_group_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12973
12974
12975
# File 'sig/types.rbs', line 12973

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


12974
12975
12976
# File 'sig/types.rbs', line 12974

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12975
12976
12977
# File 'sig/types.rbs', line 12975

def tags
  @tags
end