Class: Aws::Types::CreateTransitGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3566
3567
3568
# File 'sig/types.rbs', line 3566

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3569
3570
3571
# File 'sig/types.rbs', line 3569

def dry_run
  @dry_run
end

#optionsTypes::TransitGatewayRequestOptions

Returns the value of attribute options.



3567
3568
3569
# File 'sig/types.rbs', line 3567

def options
  @options
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3568
3569
3570
# File 'sig/types.rbs', line 3568

def tag_specifications
  @tag_specifications
end