Class: Aws::Types::ClientCredentialsGrantMetadata

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)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def base_endpoint
  @base_endpoint
end

#client_credentials_detailsTypes::ClientCredentialsDetails

Returns the value of attribute client_credentials_details.



1746
1747
1748
# File 'sig/types.rbs', line 1746

def client_credentials_details
  @client_credentials_details
end

#client_credentials_source"PLAIN_CREDENTIALS"

Returns the value of attribute client_credentials_source.

Returns:

  • ("PLAIN_CREDENTIALS")


1745
1746
1747
# File 'sig/types.rbs', line 1745

def client_credentials_source
  @client_credentials_source
end