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:

  • ("ENABLED", "DISABLED")


1541
1542
1543
# File 'sig/types.rbs', line 1541

def configuration_state
  @configuration_state
end

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



1543
1544
1545
# File 'sig/types.rbs', line 1543

def error
  @error
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def table_arn
  @table_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def table_name
  @table_name
end

#table_status::String

Returns the value of attribute table_status.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def table_status
  @table_status
end