Class: Aws::Types::ReferencePredictorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def arn
  @arn
end

#state ⇒ "Active", "Deleted"

Returns the value of attribute state.

Returns:

  • ("Active", "Deleted")


1151
1152
1153
# File 'sig/types.rbs', line 1151

def state
  @state
end