Class: Aws::Types::TransitGatewayConnect

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)


17938
17939
17940
# File 'sig/types.rbs', line 17938

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayConnectOptions

Returns the value of attribute options.



17939
17940
17941
# File 'sig/types.rbs', line 17939

def options
  @options
end

#state"initiating", ...

Returns the value of attribute state.

Returns:

  • ("initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing")


17937
17938
17939
# File 'sig/types.rbs', line 17937

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17940
17941
17942
# File 'sig/types.rbs', line 17940

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


17934
17935
17936
# File 'sig/types.rbs', line 17934

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


17936
17937
17938
# File 'sig/types.rbs', line 17936

def transit_gateway_id
  @transit_gateway_id
end

#transport_transit_gateway_attachment_id::String

Returns the value of attribute transport_transit_gateway_attachment_id.

Returns:

  • (::String)


17935
17936
17937
# File 'sig/types.rbs', line 17935

def transport_transit_gateway_attachment_id
  @transport_transit_gateway_attachment_id
end