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)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2219
2220
2221
# File 'sig/types.rbs', line 2219

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:



2220
2221
2222
# File 'sig/types.rbs', line 2220

def tag_specifications
  @tag_specifications
end