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.



18778
18779
18780
# File 'sig/types.rbs', line 18778

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)


18776
18777
18778
# File 'sig/types.rbs', line 18776

def accepter_transit_gateway_attachment_id
  @accepter_transit_gateway_attachment_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18782
18783
18784
# File 'sig/types.rbs', line 18782

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayPeeringAttachmentOptions

Returns the value of attribute options.



18779
18780
18781
# File 'sig/types.rbs', line 18779

def options
  @options
end

#requester_tgw_infoTypes::PeeringTgwInfo

Returns the value of attribute requester_tgw_info.



18777
18778
18779
# File 'sig/types.rbs', line 18777

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


18781
18782
18783
# File 'sig/types.rbs', line 18781

def state
  @state
end

#statusTypes::PeeringAttachmentStatus

Returns the value of attribute status.



18780
18781
18782
# File 'sig/types.rbs', line 18780

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18783
18784
18785
# File 'sig/types.rbs', line 18783

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18775
18776
18777
# File 'sig/types.rbs', line 18775

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end