Class: Aws::Types::DescribeIpamExternalResourceVerificationTokensResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpamExternalResourceVerificationTokensResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_external_resource_verification_tokens ⇒ ::Array[Types::IpamExternalResourceVerificationToken]
Returns the value of attribute ipam_external_resource_verification_tokens.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_external_resource_verification_tokens ⇒ ::Array[Types::IpamExternalResourceVerificationToken]
Returns the value of attribute ipam_external_resource_verification_tokens.
6391 6392 6393 |
# File 'sig/types.rbs', line 6391 def ipam_external_resource_verification_tokens @ipam_external_resource_verification_tokens end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6390 6391 6392 |
# File 'sig/types.rbs', line 6390 def next_token @next_token end |