Class: Aws::Types::S3Configuration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_identifier::String

Returns the value of attribute destination_identifier.

Returns:

  • (::String)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def destination_identifier
  @destination_identifier
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def kms_key_id
  @kms_key_id
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


2065
2066
2067
# File 'sig/types.rbs', line 2065

def 
  @owner_account_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def role_arn
  @role_arn
end