Class: Aws::Types::CreatePublicIpv4PoolRequest

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)


3058
3059
3060
# File 'sig/types.rbs', line 3058

def dry_run
  @dry_run
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


3060
3061
3062
# File 'sig/types.rbs', line 3060

def network_border_group
  @network_border_group
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3059
3060
3061
# File 'sig/types.rbs', line 3059

def tag_specifications
  @tag_specifications
end