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)


18588
18589
18590
# File 'sig/types.rbs', line 18588

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayConnectOptions

Returns the value of attribute options.



18589
18590
18591
# File 'sig/types.rbs', line 18589

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")


18587
18588
18589
# File 'sig/types.rbs', line 18587

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18590
18591
18592
# File 'sig/types.rbs', line 18590

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18584
18585
18586
# File 'sig/types.rbs', line 18584

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18586
18587
18588
# File 'sig/types.rbs', line 18586

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)


18585
18586
18587
# File 'sig/types.rbs', line 18585

def transport_transit_gateway_attachment_id
  @transport_transit_gateway_attachment_id
end