Class: Aws::Types::GetTemporaryDataLocationCredentialsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_contextTypes::AuditContext

Returns the value of attribute audit_context.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def audit_context
  @audit_context
end

#credentials_scope"READ", "READWRITE"

Returns the value of attribute credentials_scope.

Returns:

  • ("READ", "READWRITE")


546
547
548
# File 'sig/types.rbs', line 546

def credentials_scope
  @credentials_scope
end

#data_locations::Array[::String]

Returns the value of attribute data_locations.

Returns:

  • (::Array[::String])


545
546
547
# File 'sig/types.rbs', line 545

def data_locations
  @data_locations
end

#duration_seconds::Integer

Returns the value of attribute duration_seconds.

Returns:

  • (::Integer)


543
544
545
# File 'sig/types.rbs', line 543

def duration_seconds
  @duration_seconds
end