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.
6208 6209 6210 |
# File 'sig/types.rbs', line 6208 def ipam_external_resource_verification_tokens @ipam_external_resource_verification_tokens end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6207 6208 6209 |
# File 'sig/types.rbs', line 6207 def next_token @next_token end |