Class: Aws::Types::GetClientTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :secret])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def client_id
  @client_id
end

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


1179
1180
1181
# File 'sig/types.rbs', line 1179

def 
  @client_metadata
end

#scopes::Array[::String]

Returns the value of attribute scopes.

Returns:

  • (::Array[::String])


1178
1179
1180
# File 'sig/types.rbs', line 1178

def scopes
  @scopes
end

#secret::String

Returns the value of attribute secret.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def secret
  @secret
end