Class: Aws::Types::CreateOAuthClientApplicationResponse

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)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def arn
  @arn
end

#creation_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute creation_status.

Returns:

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


2456
2457
2458
# File 'sig/types.rbs', line 2456

def creation_status
  @creation_status
end

#o_auth_client_application_id::String

Returns the value of attribute o_auth_client_application_id.

Returns:

  • (::String)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def o_auth_client_application_id
  @o_auth_client_application_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def status
  @status
end