Class: Aws::Types::CreateIpamInternetRegistryAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


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

def ipam_id
  @ipam_id
end

#organization_handle::String

Returns the value of attribute organization_handle.

Returns:

  • (::String)


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

def organization_handle
  @organization_handle
end

#rir"ripe", ...

Returns the value of attribute rir.

Returns:

  • ("ripe", "apnic", "arin", "lacnic")


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

def rir
  @rir
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



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

def tag_specifications
  @tag_specifications
end