Class: Aws::Types::S3TableIntegrationSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def created_time_stamp
  @created_time_stamp
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



2078
2079
2080
# File 'sig/types.rbs', line 2078

def data_source
  @data_source
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def identifier
  @identifier
end

#parent_source_identifier::String

Returns the value of attribute parent_source_identifier.

Returns:

  • (::String)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def parent_source_identifier
  @parent_source_identifier
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "UNHEALTHY", "FAILED", "DATA_SOURCE_DELETE_IN_PROGRESS")


2079
2080
2081
# File 'sig/types.rbs', line 2079

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def status_reason
  @status_reason
end