Class: Aws::Types::StartExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket ⇒ ::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def s3_bucket
  @s3_bucket
end

#s3_bucket_owner ⇒ ::String

Returns the value of attribute s3_bucket_owner.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def s3_bucket_owner
  @s3_bucket_owner
end

#s3_key ⇒ ::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def s3_key
  @s3_key
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1785
1786
1787
# File 'sig/types.rbs', line 1785

def tags
  @tags
end