Class: Aws::Types::ListSecurityProfilePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityProfilePermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
Instance Attribute Details
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5398 5399 5400 |
# File 'sig/types.rbs', line 5398 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5397 5398 5399 |
# File 'sig/types.rbs', line 5397 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5396 5397 5398 |
# File 'sig/types.rbs', line 5396 def next_token @next_token end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
5395 5396 5397 |
# File 'sig/types.rbs', line 5395 def @permissions end |