Class: Aws::Types::S3ReportExportConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def bucket
  @bucket
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def bucket_owner
  @bucket_owner
end

#encryption_disabledBoolean

Returns the value of attribute encryption_disabled.

Returns:

  • (Boolean)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def encryption_disabled
  @encryption_disabled
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def encryption_key
  @encryption_key
end

#packaging"ZIP", "NONE"

Returns the value of attribute packaging.

Returns:

  • ("ZIP", "NONE")


1140
1141
1142
# File 'sig/types.rbs', line 1140

def packaging
  @packaging
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def path
  @path
end