Class: Aws::Types::CreateIpamPoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.

Returns:

  • ("ipv4", "ipv6")


2537
2538
2539
# File 'sig/types.rbs', line 2537

def address_family
  @address_family
end

#allocation_default_netmask_length::Integer

Returns the value of attribute allocation_default_netmask_length.

Returns:

  • (::Integer)


2542
2543
2544
# File 'sig/types.rbs', line 2542

def allocation_default_netmask_length
  @allocation_default_netmask_length
end

#allocation_max_netmask_length::Integer

Returns the value of attribute allocation_max_netmask_length.

Returns:

  • (::Integer)


2541
2542
2543
# File 'sig/types.rbs', line 2541

def allocation_max_netmask_length
  @allocation_max_netmask_length
end

#allocation_min_netmask_length::Integer

Returns the value of attribute allocation_min_netmask_length.

Returns:

  • (::Integer)


2540
2541
2542
# File 'sig/types.rbs', line 2540

def allocation_min_netmask_length
  @allocation_min_netmask_length
end

#allocation_resource_tags::Array[Types::RequestIpamResourceTag]

Returns the value of attribute allocation_resource_tags.

Returns:



2543
2544
2545
# File 'sig/types.rbs', line 2543

def allocation_resource_tags
  @allocation_resource_tags
end

#auto_importBoolean

Returns the value of attribute auto_import.

Returns:

  • (Boolean)


2538
2539
2540
# File 'sig/types.rbs', line 2538

def auto_import
  @auto_import
end

#aws_service"ec2", "global-services"

Returns the value of attribute aws_service.

Returns:

  • ("ec2", "global-services")


2546
2547
2548
# File 'sig/types.rbs', line 2546

def aws_service
  @aws_service
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def dry_run
  @dry_run
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def ipam_scope_id
  @ipam_scope_id
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def locale
  @locale
end

#public_ip_source"amazon", "byoip"

Returns the value of attribute public_ip_source.

Returns:

  • ("amazon", "byoip")


2547
2548
2549
# File 'sig/types.rbs', line 2547

def public_ip_source
  @public_ip_source
end

#publicly_advertisableBoolean

Returns the value of attribute publicly_advertisable.

Returns:

  • (Boolean)


2539
2540
2541
# File 'sig/types.rbs', line 2539

def publicly_advertisable
  @publicly_advertisable
end

#source_ipam_pool_id::String

Returns the value of attribute source_ipam_pool_id.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def source_ipam_pool_id
  @source_ipam_pool_id
end

#source_resourceTypes::IpamPoolSourceResourceRequest

Returns the value of attribute source_resource.



2548
2549
2550
# File 'sig/types.rbs', line 2548

def source_resource
  @source_resource
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2544
2545
2546
# File 'sig/types.rbs', line 2544

def tag_specifications
  @tag_specifications
end