Class: Aws::Types::ExportS3DataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def kms_key_id
  @kms_key_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def s3_uri
  @s3_uri
end