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)


8029
8030
8031
# File 'sig/types.rbs', line 8029

def next_token
  @next_token
end

#o_auth_client_applications::Array[Types::OAuthClientApplicationSummary]

Returns the value of attribute o_auth_client_applications.



8028
8029
8030
# File 'sig/types.rbs', line 8028

def o_auth_client_applications
  @o_auth_client_applications
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8030
8031
8032
# File 'sig/types.rbs', line 8030

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8031
8032
8033
# File 'sig/types.rbs', line 8031

def status
  @status
end