Class: Aws::Types::S3StorageConfig

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)


10697
10698
10699
# File 'sig/types.rbs', line 10697

def kms_key_id
  @kms_key_id
end

#resolved_output_s3_uri::String

Returns the value of attribute resolved_output_s3_uri.

Returns:

  • (::String)


10698
10699
10700
# File 'sig/types.rbs', line 10698

def resolved_output_s3_uri
  @resolved_output_s3_uri
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10696
10697
10698
# File 'sig/types.rbs', line 10696

def s3_uri
  @s3_uri
end