Class: Aws::Types::S3ReferenceDataSourceDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def bucket_arn
  @bucket_arn
end

#file_key::String

Returns the value of attribute file_key.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def file_key
  @file_key
end

#reference_role_arn::String

Returns the value of attribute reference_role_arn.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def reference_role_arn
  @reference_role_arn
end