Class: Aws::CodeCatalyst::Types::CreateAccessTokenRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expires_timeTime

The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].

[1]: www.rfc-editor.org/rfc/rfc3339#section-5.6

Returns:

  • (Time)


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

#nameString

The friendly name of the personal access token.

Returns:

  • (String)


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