Class: Aws::Types::AIAgent
- Inherits:
-
Object
- Object
- Aws::Types::AIAgent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ "THIRD_PARTY"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def arn @arn end |
#type ⇒ "THIRD_PARTY"
Returns the value of attribute type.
13 14 15 |
# File 'sig/types.rbs', line 13 def type @type end |