Class: Aws::Types::DescribeAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
4333 4334 4335 |
# File 'sig/types.rbs', line 4333 def agent_id @agent_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4334 4335 4336 |
# File 'sig/types.rbs', line 4334 def aws_account_id @aws_account_id end |