Class: Aws::Route53GlobalResolver::Types::UpdateAccessTokenInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateAccessTokenInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_token_id ⇒ String
The ID of the token.
-
#name ⇒ String
The new name of the token.
Instance Attribute Details
#access_token_id ⇒ String
The ID of the token.
3927 3928 3929 3930 3931 3932 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3927 class UpdateAccessTokenInput < Struct.new( :access_token_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name of the token.
3927 3928 3929 3930 3931 3932 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3927 class UpdateAccessTokenInput < Struct.new( :access_token_id, :name) SENSITIVE = [] include Aws::Structure end |