Class: Aws::Types::GetCapacityManagerAttributesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_manager_status"enabled", "disabled"

Returns the value of attribute capacity_manager_status.

Returns:

  • ("enabled", "disabled")


9695
9696
9697
# File 'sig/types.rbs', line 9695

def capacity_manager_status
  @capacity_manager_status
end

#data_export_count::Integer

Returns the value of attribute data_export_count.

Returns:

  • (::Integer)


9697
9698
9699
# File 'sig/types.rbs', line 9697

def data_export_count
  @data_export_count
end

#earliest_datapoint_timestamp::Time

Returns the value of attribute earliest_datapoint_timestamp.

Returns:

  • (::Time)


9700
9701
9702
# File 'sig/types.rbs', line 9700

def earliest_datapoint_timestamp
  @earliest_datapoint_timestamp
end

#ingestion_status"initial-ingestion-in-progress", ...

Returns the value of attribute ingestion_status.

Returns:

  • ("initial-ingestion-in-progress", "ingestion-complete", "ingestion-failed")


9698
9699
9700
# File 'sig/types.rbs', line 9698

def ingestion_status
  @ingestion_status
end

#ingestion_status_message::String

Returns the value of attribute ingestion_status_message.

Returns:

  • (::String)


9699
9700
9701
# File 'sig/types.rbs', line 9699

def ingestion_status_message
  @ingestion_status_message
end

#latest_datapoint_timestamp::Time

Returns the value of attribute latest_datapoint_timestamp.

Returns:

  • (::Time)


9701
9702
9703
# File 'sig/types.rbs', line 9701

def latest_datapoint_timestamp
  @latest_datapoint_timestamp
end

#organizations_accessBoolean

Returns the value of attribute organizations_access.

Returns:

  • (Boolean)


9696
9697
9698
# File 'sig/types.rbs', line 9696

def organizations_access
  @organizations_access
end