Class: Aws::Types::UpdateOAuthClientApplicationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12429
12430
12431
# File 'sig/types.rbs', line 12429

def arn
  @arn
end

#o_auth_client_application_id::String

Returns the value of attribute o_auth_client_application_id.

Returns:

  • (::String)


12430
12431
12432
# File 'sig/types.rbs', line 12430

def o_auth_client_application_id
  @o_auth_client_application_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12432
12433
12434
# File 'sig/types.rbs', line 12432

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12433
12434
12435
# File 'sig/types.rbs', line 12433

def status
  @status
end

#update_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute update_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


12431
12432
12433
# File 'sig/types.rbs', line 12431

def update_status
  @update_status
end