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)


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

def arn
  @arn
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


269
270
271
# File 'sig/types.rbs', line 269

def created_time_stamp
  @created_time_stamp
end

#destination_table_bucket_arn::String

Returns the value of attribute destination_table_bucket_arn.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def destination_table_bucket_arn
  @destination_table_bucket_arn
end

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def encryption
  @encryption
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#status"ACTIVE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING")


266
267
268
# File 'sig/types.rbs', line 266

def status
  @status
end