Class: Aws::Types::IpamExternalResourceVerificationToken
- Inherits:
-
Object
- Object
- Aws::Types::IpamExternalResourceVerificationToken
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
-
#ipam_external_resource_verification_token_arn ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_arn.
-
#ipam_external_resource_verification_token_id ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_id.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#status ⇒ "valid", "expired"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#token_name ⇒ ::String
Returns the value of attribute token_name.
-
#token_value ⇒ ::String
Returns the value of attribute token_value.
Instance Attribute Details
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12546 12547 12548 |
# File 'sig/types.rbs', line 12546 def ipam_arn @ipam_arn end |
#ipam_external_resource_verification_token_arn ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_arn.
12544 12545 12546 |
# File 'sig/types.rbs', line 12544 def ipam_external_resource_verification_token_arn @ipam_external_resource_verification_token_arn end |
#ipam_external_resource_verification_token_id ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_id.
12543 12544 12545 |
# File 'sig/types.rbs', line 12543 def ipam_external_resource_verification_token_id @ipam_external_resource_verification_token_id end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12545 12546 12547 |
# File 'sig/types.rbs', line 12545 def ipam_id @ipam_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12547 12548 12549 |
# File 'sig/types.rbs', line 12547 def ipam_region @ipam_region end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
12550 12551 12552 |
# File 'sig/types.rbs', line 12550 def not_after @not_after end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12553 12554 12555 |
# File 'sig/types.rbs', line 12553 def state @state end |
#status ⇒ "valid", "expired"
Returns the value of attribute status.
12551 12552 12553 |
# File 'sig/types.rbs', line 12551 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12552 12553 12554 |
# File 'sig/types.rbs', line 12552 def @tags end |
#token_name ⇒ ::String
Returns the value of attribute token_name.
12549 12550 12551 |
# File 'sig/types.rbs', line 12549 def token_name @token_name end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
12548 12549 12550 |
# File 'sig/types.rbs', line 12548 def token_value @token_value end |