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)


9549
9550
9551
# File 'sig/types.rbs', line 9549

def base_endpoint
  @base_endpoint
end

#client_credentials_source"PLAIN_CREDENTIALS"

Returns the value of attribute client_credentials_source.

Returns:

  • ("PLAIN_CREDENTIALS")


9551
9552
9553
# File 'sig/types.rbs', line 9551

def client_credentials_source
  @client_credentials_source
end

#read_client_credentials_detailsTypes::ReadClientCredentialsDetails

Returns the value of attribute read_client_credentials_details.



9550
9551
9552
# File 'sig/types.rbs', line 9550

def read_client_credentials_details
  @read_client_credentials_details
end