Class: Aws::Types::S3ManifestConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_access_role_arn::String

Returns the value of attribute bucket_access_role_arn.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def bucket_access_role_arn
  @bucket_access_role_arn
end

#manifest_object_path::String

Returns the value of attribute manifest_object_path.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def manifest_object_path
  @manifest_object_path
end

#manifest_object_version_id::String

Returns the value of attribute manifest_object_version_id.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def manifest_object_version_id
  @manifest_object_version_id
end

#s3_bucket_arn::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def s3_bucket_arn
  @s3_bucket_arn
end