Class: Aws::Types::GetS3TableIntegrationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def arn
  @arn
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


264
265
266
# File 'sig/types.rbs', line 264

def created_time_stamp
  @created_time_stamp
end

#destination_table_bucket_arn::String

Returns the value of attribute destination_table_bucket_arn.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def destination_table_bucket_arn
  @destination_table_bucket_arn
end

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def encryption
  @encryption
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def role_arn
  @role_arn
end

#status"ACTIVE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING")


261
262
263
# File 'sig/types.rbs', line 261

def status
  @status
end