Class: Aws::Types::InventoryTableConfigurationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_state"ENABLED", "DISABLED"

Returns the value of attribute configuration_state.

Returns:



1560
1561
1562
# File 'sig/types.rbs', line 1560

def configuration_state
  @configuration_state
end

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



1562
1563
1564
# File 'sig/types.rbs', line 1562

def error
  @error
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:



1564
1565
1566
# File 'sig/types.rbs', line 1564

def table_arn
  @table_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:



1563
1564
1565
# File 'sig/types.rbs', line 1563

def table_name
  @table_name
end

#table_status::String

Returns the value of attribute table_status.

Returns:



1561
1562
1563
# File 'sig/types.rbs', line 1561

def table_status
  @table_status
end