Class: Aws::Types::TransitGatewayPeeringAttachment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepter_tgw_infoTypes::PeeringTgwInfo

Returns the value of attribute accepter_tgw_info.



18418
18419
18420
# File 'sig/types.rbs', line 18418

def accepter_tgw_info
  @accepter_tgw_info
end

#accepter_transit_gateway_attachment_id::String

Returns the value of attribute accepter_transit_gateway_attachment_id.

Returns:

  • (::String)


18416
18417
18418
# File 'sig/types.rbs', line 18416

def accepter_transit_gateway_attachment_id
  @accepter_transit_gateway_attachment_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18422
18423
18424
# File 'sig/types.rbs', line 18422

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayPeeringAttachmentOptions

Returns the value of attribute options.



18419
18420
18421
# File 'sig/types.rbs', line 18419

def options
  @options
end

#requester_tgw_infoTypes::PeeringTgwInfo

Returns the value of attribute requester_tgw_info.



18417
18418
18419
# File 'sig/types.rbs', line 18417

def requester_tgw_info
  @requester_tgw_info
end

#state"initiating", ...

Returns the value of attribute state.

Returns:

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


18421
18422
18423
# File 'sig/types.rbs', line 18421

def state
  @state
end

#statusTypes::PeeringAttachmentStatus

Returns the value of attribute status.



18420
18421
18422
# File 'sig/types.rbs', line 18420

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18423
18424
18425
# File 'sig/types.rbs', line 18423

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18415
18416
18417
# File 'sig/types.rbs', line 18415

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end