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:



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

def encryption
  @encryption
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


119
120
121
# File 'sig/types.rbs', line 119

def tags
  @tags
end