Class: Aws::Types::PersonalAccessTokenConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lifetime_in_days::Integer

Returns the value of attribute lifetime_in_days.

Returns:

  • (::Integer)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def lifetime_in_days
  @lifetime_in_days
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


1219
1220
1221
# File 'sig/types.rbs', line 1219

def status
  @status
end