Class: Aws::CodeCatalyst::Types::CreateAccessTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateAccessTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expires_time ⇒ Time
The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
-
#name ⇒ String
The friendly name of the personal access token.
Instance Attribute Details
#expires_time ⇒ Time
The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
89 90 91 92 93 94 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 89 class CreateAccessTokenRequest < Struct.new( :name, :expires_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The friendly name of the personal access token.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 89 class CreateAccessTokenRequest < Struct.new( :name, :expires_time) SENSITIVE = [] include Aws::Structure end |