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)


18141
18142
18143
# File 'sig/types.rbs', line 18141

def creation_time
  @creation_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18140
18141
18142
# File 'sig/types.rbs', line 18140

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18142
18143
18144
# File 'sig/types.rbs', line 18142

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18139
18140
18141
# File 'sig/types.rbs', line 18139

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)


18138
18139
18140
# File 'sig/types.rbs', line 18138

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end