Class: Aws::Types::TransitGatewayAttachmentPropagation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"enabling", ...

Returns the value of attribute state.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


17904
17905
17906
# File 'sig/types.rbs', line 17904

def state
  @state
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


17903
17904
17905
# File 'sig/types.rbs', line 17903

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end