Class: Aws::Types::TransitGatewayPolicyTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18452
18453
18454
# File 'sig/types.rbs', line 18452

def creation_time
  @creation_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


18451
18452
18453
# File 'sig/types.rbs', line 18451

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18453
18454
18455
# File 'sig/types.rbs', line 18453

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18450
18451
18452
# File 'sig/types.rbs', line 18450

def transit_gateway_id
  @transit_gateway_id
end

#transit_gateway_policy_table_id::String

Returns the value of attribute transit_gateway_policy_table_id.

Returns:

  • (::String)


18449
18450
18451
# File 'sig/types.rbs', line 18449

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end