Class: Aws::Types::CreateTransitGatewayRouteTableAnnouncementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3596
3597
3598
# File 'sig/types.rbs', line 3596

def dry_run
  @dry_run
end

#peering_attachment_id::String

Returns the value of attribute peering_attachment_id.

Returns:

  • (::String)


3594
3595
3596
# File 'sig/types.rbs', line 3594

def peering_attachment_id
  @peering_attachment_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3595
3596
3597
# File 'sig/types.rbs', line 3595

def tag_specifications
  @tag_specifications
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


3593
3594
3595
# File 'sig/types.rbs', line 3593

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end