Class: Aws::Types::IpamInternetRegistryAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_request_xml::String

Returns the value of attribute child_request_xml.

Returns:

  • (::String)


12561
12562
12563
# File 'sig/types.rbs', line 12561

def child_request_xml
  @child_request_xml
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12559
12560
12561
# File 'sig/types.rbs', line 12559

def description
  @description
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


12555
12556
12557
# File 'sig/types.rbs', line 12555

def ipam_id
  @ipam_id
end

#ipam_internet_registry_association_arn::String

Returns the value of attribute ipam_internet_registry_association_arn.

Returns:

  • (::String)


12554
12555
12556
# File 'sig/types.rbs', line 12554

def ipam_internet_registry_association_arn
  @ipam_internet_registry_association_arn
end

#ipam_internet_registry_association_id::String

Returns the value of attribute ipam_internet_registry_association_id.

Returns:

  • (::String)


12553
12554
12555
# File 'sig/types.rbs', line 12553

def ipam_internet_registry_association_id
  @ipam_internet_registry_association_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12556
12557
12558
# File 'sig/types.rbs', line 12556

def ipam_region
  @ipam_region
end

#organization_handle::String

Returns the value of attribute organization_handle.

Returns:

  • (::String)


12558
12559
12560
# File 'sig/types.rbs', line 12558

def organization_handle
  @organization_handle
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12552
12553
12554
# File 'sig/types.rbs', line 12552

def owner_id
  @owner_id
end

#rir"ripe", ...

Returns the value of attribute rir.

Returns:

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


12557
12558
12559
# File 'sig/types.rbs', line 12557

def rir
  @rir
end

#state"pending-enable", ...

Returns the value of attribute state.

Returns:

  • ("pending-enable", "create-in-progress", "create-failed", "enable-in-progress", "enable-complete", "enable-failed", "delete-in-progress", "delete-complete", "delete-failed")


12560
12561
12562
# File 'sig/types.rbs', line 12560

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12562
12563
12564
# File 'sig/types.rbs', line 12562

def tags
  @tags
end