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.
4005 4006 4007 4008 4009 4010 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4005 class UpdateAccessTokenOutput < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the token.
4005 4006 4007 4008 4009 4010 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4005 class UpdateAccessTokenOutput < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |