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)


18528
18529
18530
# File 'sig/types.rbs', line 18528

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18527
18528
18529
# File 'sig/types.rbs', line 18527

def description
  @description
end

#optionsTypes::TransitGatewayOptions

Returns the value of attribute options.



18529
18530
18531
# File 'sig/types.rbs', line 18529

def options
  @options
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18526
18527
18528
# File 'sig/types.rbs', line 18526

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18525
18526
18527
# File 'sig/types.rbs', line 18525

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18530
18531
18532
# File 'sig/types.rbs', line 18530

def tags
  @tags
end

#transit_gateway_arn::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


18524
18525
18526
# File 'sig/types.rbs', line 18524

def transit_gateway_arn
  @transit_gateway_arn
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18523
18524
18525
# File 'sig/types.rbs', line 18523

def transit_gateway_id
  @transit_gateway_id
end