Class: Aws::Types::TestSetStorageLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


3421
3422
3423
# File 'sig/types.rbs', line 3421

def kms_key_arn
  @kms_key_arn
end

#s3_bucket_name ⇒ ::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


3419
3420
3421
# File 'sig/types.rbs', line 3419

def s3_bucket_name
  @s3_bucket_name
end

#s3_path ⇒ ::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


3420
3421
3422
# File 'sig/types.rbs', line 3420

def s3_path
  @s3_path
end