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)


18249
18250
18251
# File 'sig/types.rbs', line 18249

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayConnectOptions

Returns the value of attribute options.



18250
18251
18252
# File 'sig/types.rbs', line 18250

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


18248
18249
18250
# File 'sig/types.rbs', line 18248

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18251
18252
18253
# File 'sig/types.rbs', line 18251

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18245
18246
18247
# File 'sig/types.rbs', line 18245

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18247
18248
18249
# File 'sig/types.rbs', line 18247

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)


18246
18247
18248
# File 'sig/types.rbs', line 18246

def transport_transit_gateway_attachment_id
  @transport_transit_gateway_attachment_id
end