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.
12307 12308 12309 |
# File 'sig/types.rbs', line 12307 def ipam_arn @ipam_arn end |
#ipam_external_resource_verification_token_arn ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_arn.
12305 12306 12307 |
# File 'sig/types.rbs', line 12305 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.
12304 12305 12306 |
# File 'sig/types.rbs', line 12304 def ipam_external_resource_verification_token_id @ipam_external_resource_verification_token_id end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12306 12307 12308 |
# File 'sig/types.rbs', line 12306 def ipam_id @ipam_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12308 12309 12310 |
# File 'sig/types.rbs', line 12308 def ipam_region @ipam_region end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
12311 12312 12313 |
# File 'sig/types.rbs', line 12311 def not_after @not_after end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12314 12315 12316 |
# File 'sig/types.rbs', line 12314 def state @state end |
#status ⇒ "valid", "expired"
Returns the value of attribute status.
12312 12313 12314 |
# File 'sig/types.rbs', line 12312 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12313 12314 12315 |
# File 'sig/types.rbs', line 12313 def @tags end |
#token_name ⇒ ::String
Returns the value of attribute token_name.
12310 12311 12312 |
# File 'sig/types.rbs', line 12310 def token_name @token_name end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
12309 12310 12311 |
# File 'sig/types.rbs', line 12309 def token_value @token_value end |