Class: Aws::Types::ListOAuthClientApplicationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7690
7691
7692
# File 'sig/types.rbs', line 7690

def next_token
  @next_token
end

#o_auth_client_applications::Array[Types::OAuthClientApplicationSummary]

Returns the value of attribute o_auth_client_applications.



7689
7690
7691
# File 'sig/types.rbs', line 7689

def o_auth_client_applications
  @o_auth_client_applications
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7691
7692
7693
# File 'sig/types.rbs', line 7691

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7692
7693
7694
# File 'sig/types.rbs', line 7692

def status
  @status
end