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")


2649
2650
2651
# File 'sig/types.rbs', line 2649

def address_family
  @address_family
end

#allocation_default_netmask_length::Integer

Returns the value of attribute allocation_default_netmask_length.

Returns:

  • (::Integer)


2654
2655
2656
# File 'sig/types.rbs', line 2654

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)


2653
2654
2655
# File 'sig/types.rbs', line 2653

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)


2652
2653
2654
# File 'sig/types.rbs', line 2652

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:



2655
2656
2657
# File 'sig/types.rbs', line 2655

def allocation_resource_tags
  @allocation_resource_tags
end

#auto_importBoolean

Returns the value of attribute auto_import.

Returns:

  • (Boolean)


2650
2651
2652
# File 'sig/types.rbs', line 2650

def auto_import
  @auto_import
end

#aws_service"ec2", "global-services"

Returns the value of attribute aws_service.

Returns:

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


2658
2659
2660
# File 'sig/types.rbs', line 2658

def aws_service
  @aws_service
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2657
2658
2659
# File 'sig/types.rbs', line 2657

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2648
2649
2650
# File 'sig/types.rbs', line 2648

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def dry_run
  @dry_run
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


2645
2646
2647
# File 'sig/types.rbs', line 2645

def ipam_scope_id
  @ipam_scope_id
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


2646
2647
2648
# File 'sig/types.rbs', line 2646

def locale
  @locale
end

#public_ip_source"amazon", "byoip"

Returns the value of attribute public_ip_source.

Returns:

  • ("amazon", "byoip")


2659
2660
2661
# File 'sig/types.rbs', line 2659

def public_ip_source
  @public_ip_source
end

#publicly_advertisableBoolean

Returns the value of attribute publicly_advertisable.

Returns:

  • (Boolean)


2651
2652
2653
# File 'sig/types.rbs', line 2651

def publicly_advertisable
  @publicly_advertisable
end

#source_ipam_pool_id::String

Returns the value of attribute source_ipam_pool_id.

Returns:

  • (::String)


2647
2648
2649
# File 'sig/types.rbs', line 2647

def source_ipam_pool_id
  @source_ipam_pool_id
end

#source_resourceTypes::IpamPoolSourceResourceRequest

Returns the value of attribute source_resource.



2660
2661
2662
# File 'sig/types.rbs', line 2660

def source_resource
  @source_resource
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2656
2657
2658
# File 'sig/types.rbs', line 2656

def tag_specifications
  @tag_specifications
end