Class: Aws::Types::CreateTransitGatewayPolicyTableRequest

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)


3542
3543
3544
# File 'sig/types.rbs', line 3542

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3541
3542
3543
# File 'sig/types.rbs', line 3541

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3540
3541
3542
# File 'sig/types.rbs', line 3540

def transit_gateway_id
  @transit_gateway_id
end