Class: Aws::Types::S3Configuration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


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

def bucket_arn
  @bucket_arn
end

#file_key::String

Returns the value of attribute file_key.

Returns:

  • (::String)


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

def file_key
  @file_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def role_arn
  @role_arn
end