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)


18791
18792
18793
# File 'sig/types.rbs', line 18791

def creation_time
  @creation_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18790
18791
18792
# File 'sig/types.rbs', line 18790

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18792
18793
18794
# File 'sig/types.rbs', line 18792

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18789
18790
18791
# File 'sig/types.rbs', line 18789

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)


18788
18789
18790
# File 'sig/types.rbs', line 18788

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end