Class: Aws::Types::GetTransitGatewayAttachmentPropagationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10655
10656
10657
# File 'sig/types.rbs', line 10655

def next_token
  @next_token
end

#transit_gateway_attachment_propagations::Array[Types::TransitGatewayAttachmentPropagation]

Returns the value of attribute transit_gateway_attachment_propagations.



10654
10655
10656
# File 'sig/types.rbs', line 10654

def transit_gateway_attachment_propagations
  @transit_gateway_attachment_propagations
end