Class: Aws::Types::ReferencePredictorSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReferencePredictorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#state ⇒ "Active", "Deleted"
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def arn @arn end |
#state ⇒ "Active", "Deleted"
Returns the value of attribute state.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def state @state end |