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)


13562
13563
13564
# File 'sig/types.rbs', line 13562

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)


13564
13565
13566
# File 'sig/types.rbs', line 13564

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)


13563
13564
13565
# File 'sig/types.rbs', line 13563

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)


13560
13561
13562
# File 'sig/types.rbs', line 13560

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)


13561
13562
13563
# File 'sig/types.rbs', line 13561

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)


13565
13566
13567
# File 'sig/types.rbs', line 13565

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


13566
13567
13568
# File 'sig/types.rbs', line 13566

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13567
13568
13569
# File 'sig/types.rbs', line 13567

def tags
  @tags
end