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)


10430
10431
10432
# File 'sig/types.rbs', line 10430

def next_token
  @next_token
end

#transit_gateway_attachment_propagations::Array[Types::TransitGatewayAttachmentPropagation]

Returns the value of attribute transit_gateway_attachment_propagations.



10429
10430
10431
# File 'sig/types.rbs', line 10429

def transit_gateway_attachment_propagations
  @transit_gateway_attachment_propagations
end