Class: Aws::Route53GlobalResolver::Types::UpdateAccessTokenOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateAccessTokenOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the token.
-
#name ⇒ String
The name of the token.
Instance Attribute Details
#id ⇒ String
The ID of the token.
3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3944 class UpdateAccessTokenOutput < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the token.
3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3944 class UpdateAccessTokenOutput < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |