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)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def base_endpoint
  @base_endpoint
end

#client_credentials_detailsTypes::ClientCredentialsDetails

Returns the value of attribute client_credentials_details.



1665
1666
1667
# File 'sig/types.rbs', line 1665

def client_credentials_details
  @client_credentials_details
end

#client_credentials_source"PLAIN_CREDENTIALS"

Returns the value of attribute client_credentials_source.

Returns:

  • ("PLAIN_CREDENTIALS")


1664
1665
1666
# File 'sig/types.rbs', line 1664

def client_credentials_source
  @client_credentials_source
end