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)


18507
18508
18509
# File 'sig/types.rbs', line 18507

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18506
18507
18508
# File 'sig/types.rbs', line 18506

def description
  @description
end

#optionsTypes::TransitGatewayOptions

Returns the value of attribute options.



18508
18509
18510
# File 'sig/types.rbs', line 18508

def options
  @options
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18505
18506
18507
# File 'sig/types.rbs', line 18505

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18504
18505
18506
# File 'sig/types.rbs', line 18504

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18509
18510
18511
# File 'sig/types.rbs', line 18509

def tags
  @tags
end

#transit_gateway_arn::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


18503
18504
18505
# File 'sig/types.rbs', line 18503

def transit_gateway_arn
  @transit_gateway_arn
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18502
18503
18504
# File 'sig/types.rbs', line 18502

def transit_gateway_id
  @transit_gateway_id
end