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.
12036 12037 12038 |
# File 'sig/types.rbs', line 12036 def ipam_arn @ipam_arn end |
#ipam_external_resource_verification_token_arn ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_arn.
12034 12035 12036 |
# File 'sig/types.rbs', line 12034 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.
12033 12034 12035 |
# File 'sig/types.rbs', line 12033 def ipam_external_resource_verification_token_id @ipam_external_resource_verification_token_id end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12035 12036 12037 |
# File 'sig/types.rbs', line 12035 def ipam_id @ipam_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12037 12038 12039 |
# File 'sig/types.rbs', line 12037 def ipam_region @ipam_region end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
12040 12041 12042 |
# File 'sig/types.rbs', line 12040 def not_after @not_after end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12043 12044 12045 |
# File 'sig/types.rbs', line 12043 def state @state end |
#status ⇒ "valid", "expired"
Returns the value of attribute status.
12041 12042 12043 |
# File 'sig/types.rbs', line 12041 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12042 12043 12044 |
# File 'sig/types.rbs', line 12042 def @tags end |
#token_name ⇒ ::String
Returns the value of attribute token_name.
12039 12040 12041 |
# File 'sig/types.rbs', line 12039 def token_name @token_name end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
12038 12039 12040 |
# File 'sig/types.rbs', line 12038 def token_value @token_value end |