Class: Aws::Types::GetTemporaryDataLocationCredentialsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessible_data_locations::Array[::String]

Returns the value of attribute accessible_data_locations.

Returns:

  • (::Array[::String])


552
553
554
# File 'sig/types.rbs', line 552

def accessible_data_locations
  @accessible_data_locations
end

#credentialsTypes::TemporaryCredentials

Returns the value of attribute credentials.



551
552
553
# File 'sig/types.rbs', line 551

def credentials
  @credentials
end

#credentials_scope"READ", "READWRITE"

Returns the value of attribute credentials_scope.

Returns:

  • ("READ", "READWRITE")


553
554
555
# File 'sig/types.rbs', line 553

def credentials_scope
  @credentials_scope
end