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.
12540 12541 12542 |
# File 'sig/types.rbs', line 12540 def ipam_arn @ipam_arn end |
#ipam_external_resource_verification_token_arn ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_arn.
12538 12539 12540 |
# File 'sig/types.rbs', line 12538 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.
12537 12538 12539 |
# File 'sig/types.rbs', line 12537 def ipam_external_resource_verification_token_id @ipam_external_resource_verification_token_id end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12539 12540 12541 |
# File 'sig/types.rbs', line 12539 def ipam_id @ipam_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12541 12542 12543 |
# File 'sig/types.rbs', line 12541 def ipam_region @ipam_region end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
12544 12545 12546 |
# File 'sig/types.rbs', line 12544 def not_after @not_after end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12547 12548 12549 |
# File 'sig/types.rbs', line 12547 def state @state end |
#status ⇒ "valid", "expired"
Returns the value of attribute status.
12545 12546 12547 |
# File 'sig/types.rbs', line 12545 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12546 12547 12548 |
# File 'sig/types.rbs', line 12546 def @tags end |
#token_name ⇒ ::String
Returns the value of attribute token_name.
12543 12544 12545 |
# File 'sig/types.rbs', line 12543 def token_name @token_name end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
12542 12543 12544 |
# File 'sig/types.rbs', line 12542 def token_value @token_value end |