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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/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.

Returns:

  • (Time)


89
90
91
92
93
94
# File 'gems/aws-sdk-codecatalyst/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 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 89

class CreateAccessTokenRequest < Struct.new(
  :name,
  :expires_time)
  SENSITIVE = []
  include Aws::Structure
end