Class: Aws::Types::DescribeOAuthClientApplicationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_client_applicationTypes::OAuthClientApplication

Returns the value of attribute o_auth_client_application.



4906
4907
4908
# File 'sig/types.rbs', line 4906

def o_auth_client_application
  @o_auth_client_application
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4907
4908
4909
# File 'sig/types.rbs', line 4907

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4908
4909
4910
# File 'sig/types.rbs', line 4908

def status
  @status
end