Class: Aws::Types::AnnotationTableConfigurationResult

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")


112
113
114
# File 'sig/types.rbs', line 112

def configuration_state
  @configuration_state
end

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def error
  @error
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def role
  @role
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def table_arn
  @table_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def table_name
  @table_name
end

#table_status::String

Returns the value of attribute table_status.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def table_status
  @table_status
end