Class: Aws::Types::IpamInternetRegistryAssociation
- Inherits:
-
Object
- Object
- Aws::Types::IpamInternetRegistryAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_request_xml ⇒ ::String
Returns the value of attribute child_request_xml.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_internet_registry_association_arn ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_arn.
-
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#organization_handle ⇒ ::String
Returns the value of attribute organization_handle.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#rir ⇒ "ripe", ...
Returns the value of attribute rir.
-
#state ⇒ "pending-enable", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#child_request_xml ⇒ ::String
Returns the value of attribute child_request_xml.
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.
12559 12560 12561 |
# File 'sig/types.rbs', line 12559 def description @description end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
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.
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.
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.
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.
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.
12552 12553 12554 |
# File 'sig/types.rbs', line 12552 def owner_id @owner_id end |
#rir ⇒ "ripe", ...
Returns the value of attribute rir.
12557 12558 12559 |
# File 'sig/types.rbs', line 12557 def rir @rir end |
#state ⇒ "pending-enable", ...
Returns the value of attribute state.
12560 12561 12562 |
# File 'sig/types.rbs', line 12560 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12562 12563 12564 |
# File 'sig/types.rbs', line 12562 def @tags end |