Class: Aws::Types::ReadClientCredentialsGrantMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_endpoint::String

Returns the value of attribute base_endpoint.

Returns:

  • (::String)


9181
9182
9183
# File 'sig/types.rbs', line 9181

def base_endpoint
  @base_endpoint
end

#client_credentials_source"PLAIN_CREDENTIALS"

Returns the value of attribute client_credentials_source.

Returns:

  • ("PLAIN_CREDENTIALS")


9183
9184
9185
# File 'sig/types.rbs', line 9183

def client_credentials_source
  @client_credentials_source
end

#read_client_credentials_detailsTypes::ReadClientCredentialsDetails

Returns the value of attribute read_client_credentials_details.



9182
9183
9184
# File 'sig/types.rbs', line 9182

def read_client_credentials_details
  @read_client_credentials_details
end