Class: Aws::Types::TimestreamRegistrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def error_message
  @error_message
end

#registration_status ⇒ "REGISTRATION_PENDING", ...

Returns the value of attribute registration_status.

Returns:

  • ("REGISTRATION_PENDING", "REGISTRATION_SUCCESS", "REGISTRATION_FAILURE")


1323
1324
1325
# File 'sig/types.rbs', line 1323

def registration_status
  @registration_status
end

#timestream_database_arn ⇒ ::String

Returns the value of attribute timestream_database_arn.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def timestream_database_arn
  @timestream_database_arn
end

#timestream_database_name ⇒ ::String

Returns the value of attribute timestream_database_name.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def timestream_database_name
  @timestream_database_name
end

#timestream_table_arn ⇒ ::String

Returns the value of attribute timestream_table_arn.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def timestream_table_arn
  @timestream_table_arn
end

#timestream_table_name ⇒ ::String

Returns the value of attribute timestream_table_name.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def timestream_table_name
  @timestream_table_name
end