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)


17857
17858
17859
# File 'sig/types.rbs', line 17857

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17856
17857
17858
# File 'sig/types.rbs', line 17856

def description
  @description
end

#optionsTypes::TransitGatewayOptions

Returns the value of attribute options.



17858
17859
17860
# File 'sig/types.rbs', line 17858

def options
  @options
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17855
17856
17857
# File 'sig/types.rbs', line 17855

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


17854
17855
17856
# File 'sig/types.rbs', line 17854

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17859
17860
17861
# File 'sig/types.rbs', line 17859

def tags
  @tags
end

#transit_gateway_arn::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


17853
17854
17855
# File 'sig/types.rbs', line 17853

def transit_gateway_arn
  @transit_gateway_arn
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


17852
17853
17854
# File 'sig/types.rbs', line 17852

def transit_gateway_id
  @transit_gateway_id
end