Class: Aws::Types::SelfUpgradeRequestDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


9982
9983
9984
# File 'sig/types.rbs', line 9982

def creation_time
  @creation_time
end

#last_update_attempt_time::Integer

Returns the value of attribute last_update_attempt_time.

Returns:

  • (::Integer)


9984
9985
9986
# File 'sig/types.rbs', line 9984

def last_update_attempt_time
  @last_update_attempt_time
end

#last_update_failure_reason::String

Returns the value of attribute last_update_failure_reason.

Returns:

  • (::String)


9985
9986
9987
# File 'sig/types.rbs', line 9985

def last_update_failure_reason
  @last_update_failure_reason
end

#original_role"ADMIN", ...

Returns the value of attribute original_role.

Returns:

  • ("ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO")


9979
9980
9981
# File 'sig/types.rbs', line 9979

def original_role
  @original_role
end

#request_note::String

Returns the value of attribute request_note.

Returns:

  • (::String)


9981
9982
9983
# File 'sig/types.rbs', line 9981

def request_note
  @request_note
end

#request_status"PENDING", ...

Returns the value of attribute request_status.

Returns:

  • ("PENDING", "APPROVED", "DENIED", "UPDATE_FAILED", "VERIFY_FAILED")


9983
9984
9985
# File 'sig/types.rbs', line 9983

def request_status
  @request_status
end

#requested_role"ADMIN", ...

Returns the value of attribute requested_role.

Returns:

  • ("ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO")


9980
9981
9982
# File 'sig/types.rbs', line 9980

def requested_role
  @requested_role
end

#upgrade_request_id::String

Returns the value of attribute upgrade_request_id.

Returns:

  • (::String)


9977
9978
9979
# File 'sig/types.rbs', line 9977

def upgrade_request_id
  @upgrade_request_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


9978
9979
9980
# File 'sig/types.rbs', line 9978

def user_name
  @user_name
end