Class: Aws::Types::CreateTokenRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def client_token
  @client_token
end

#expiration_in_days::Integer

Returns the value of attribute expiration_in_days.

Returns:

  • (::Integer)


293
294
295
# File 'sig/types.rbs', line 293

def expiration_in_days
  @expiration_in_days
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def license_arn
  @license_arn
end

#role_arns::Array[::String]

Returns the value of attribute role_arns.

Returns:

  • (::Array[::String])


292
293
294
# File 'sig/types.rbs', line 292

def role_arns
  @role_arns
end

#token_properties::Array[::String]

Returns the value of attribute token_properties.

Returns:

  • (::Array[::String])


294
295
296
# File 'sig/types.rbs', line 294

def token_properties
  @token_properties
end