Class: Aws::Types::EnableIpamInternetRegistryAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableIpamInternetRegistryAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_handle ⇒ ::String
Returns the value of attribute child_handle.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
-
#parent_bpki_ta ⇒ ::String
Returns the value of attribute parent_bpki_ta.
-
#parent_handle ⇒ ::String
Returns the value of attribute parent_handle.
-
#rpki_version ⇒ ::String
Returns the value of attribute rpki_version.
-
#service_uri ⇒ ::String
Returns the value of attribute service_uri.
Instance Attribute Details
#child_handle ⇒ ::String
Returns the value of attribute child_handle.
9300 9301 9302 |
# File 'sig/types.rbs', line 9300 def child_handle @child_handle end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
9303 9304 9305 |
# File 'sig/types.rbs', line 9303 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9296 9297 9298 |
# File 'sig/types.rbs', line 9296 def dry_run @dry_run end |
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
9297 9298 9299 |
# File 'sig/types.rbs', line 9297 def ipam_internet_registry_association_id @ipam_internet_registry_association_id end |
#parent_bpki_ta ⇒ ::String
Returns the value of attribute parent_bpki_ta.
9302 9303 9304 |
# File 'sig/types.rbs', line 9302 def parent_bpki_ta @parent_bpki_ta end |
#parent_handle ⇒ ::String
Returns the value of attribute parent_handle.
9301 9302 9303 |
# File 'sig/types.rbs', line 9301 def parent_handle @parent_handle end |
#rpki_version ⇒ ::String
Returns the value of attribute rpki_version.
9298 9299 9300 |
# File 'sig/types.rbs', line 9298 def rpki_version @rpki_version end |
#service_uri ⇒ ::String
Returns the value of attribute service_uri.
9299 9300 9301 |
# File 'sig/types.rbs', line 9299 def service_uri @service_uri end |