Class: Aws::Types::TokenData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_time::String

Returns the value of attribute expiration_time.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def expiration_time
  @expiration_time
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def license_arn
  @license_arn
end

#role_arns::Array[::String]

Returns the value of attribute role_arns.

Returns:

  • (::Array[::String])


1299
1300
1301
# File 'sig/types.rbs', line 1299

def role_arns
  @role_arns
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def status
  @status
end

#token_id::String

Returns the value of attribute token_id.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def token_id
  @token_id
end

#token_properties::Array[::String]

Returns the value of attribute token_properties.

Returns:

  • (::Array[::String])


1298
1299
1300
# File 'sig/types.rbs', line 1298

def token_properties
  @token_properties
end

#token_type::String

Returns the value of attribute token_type.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def token_type
  @token_type
end