Class: Aws::Types::TransitGateway

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)


18168
18169
18170
# File 'sig/types.rbs', line 18168

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18167
18168
18169
# File 'sig/types.rbs', line 18167

def description
  @description
end

#optionsTypes::TransitGatewayOptions

Returns the value of attribute options.



18169
18170
18171
# File 'sig/types.rbs', line 18169

def options
  @options
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18166
18167
18168
# File 'sig/types.rbs', line 18166

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18165
18166
18167
# File 'sig/types.rbs', line 18165

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18170
18171
18172
# File 'sig/types.rbs', line 18170

def tags
  @tags
end

#transit_gateway_arn::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


18164
18165
18166
# File 'sig/types.rbs', line 18164

def transit_gateway_arn
  @transit_gateway_arn
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18163
18164
18165
# File 'sig/types.rbs', line 18163

def transit_gateway_id
  @transit_gateway_id
end