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)


10675
10676
10677
# File 'sig/types.rbs', line 10675

def kms_key_id
  @kms_key_id
end

#resolved_output_s3_uri::String

Returns the value of attribute resolved_output_s3_uri.

Returns:

  • (::String)


10676
10677
10678
# File 'sig/types.rbs', line 10676

def resolved_output_s3_uri
  @resolved_output_s3_uri
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10674
10675
10676
# File 'sig/types.rbs', line 10674

def s3_uri
  @s3_uri
end