Class: Aws::Types::ProvisionIpamPoolCidrRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


15651
15652
15653
# File 'sig/types.rbs', line 15651

def cidr
  @cidr
end

#cidr_authorization_contextTypes::IpamCidrAuthorizationContext

Returns the value of attribute cidr_authorization_context.



15652
15653
15654
# File 'sig/types.rbs', line 15652

def cidr_authorization_context
  @cidr_authorization_context
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


15654
15655
15656
# File 'sig/types.rbs', line 15654

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15649
15650
15651
# File 'sig/types.rbs', line 15649

def dry_run
  @dry_run
end

#ipam_external_resource_verification_token_id::String

Returns the value of attribute ipam_external_resource_verification_token_id.

Returns:

  • (::String)


15656
15657
15658
# File 'sig/types.rbs', line 15656

def ipam_external_resource_verification_token_id
  @ipam_external_resource_verification_token_id
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


15650
15651
15652
# File 'sig/types.rbs', line 15650

def ipam_pool_id
  @ipam_pool_id
end

#netmask_length::Integer

Returns the value of attribute netmask_length.

Returns:

  • (::Integer)


15653
15654
15655
# File 'sig/types.rbs', line 15653

def netmask_length
  @netmask_length
end

#verification_method"remarks-x509", "dns-token"

Returns the value of attribute verification_method.

Returns:

  • ("remarks-x509", "dns-token")


15655
15656
15657
# File 'sig/types.rbs', line 15655

def verification_method
  @verification_method
end