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)


3454
3455
3456
# File 'sig/types.rbs', line 3454

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3457
3458
3459
# File 'sig/types.rbs', line 3457

def dry_run
  @dry_run
end

#optionsTypes::TransitGatewayRequestOptions

Returns the value of attribute options.



3455
3456
3457
# File 'sig/types.rbs', line 3455

def options
  @options
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3456
3457
3458
# File 'sig/types.rbs', line 3456

def tag_specifications
  @tag_specifications
end