Class: Aws::Types::CreateS3TableIntegrationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def encryption
  @encryption
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


117
118
119
# File 'sig/types.rbs', line 117

def tags
  @tags
end