Class: Aws::Types::ListSecurityProfileAIAgentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfileAIAgentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_ai_agents ⇒ ::Array[Types::AIAgent]
Returns the value of attribute allowed_ai_agents.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#allowed_ai_agents ⇒ ::Array[Types::AIAgent]
Returns the value of attribute allowed_ai_agents.
5602 5603 5604 |
# File 'sig/types.rbs', line 5602 def allowed_ai_agents @allowed_ai_agents end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5605 5606 5607 |
# File 'sig/types.rbs', line 5605 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5604 5605 5606 |
# File 'sig/types.rbs', line 5604 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5603 5604 5605 |
# File 'sig/types.rbs', line 5603 def next_token @next_token end |