Class: Aws::Types::CreateCoipPoolRequest

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)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2331
2332
2333
# File 'sig/types.rbs', line 2331

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2332
2333
2334
# File 'sig/types.rbs', line 2332

def tag_specifications
  @tag_specifications
end