Class: Aws::Types::GenerateServiceLastAccessedDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateServiceLastAccessedDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#granularity ⇒ "SERVICE_LEVEL", "ACTION_LEVEL"
Returns the value of attribute granularity.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
650 651 652 |
# File 'sig/types.rbs', line 650 def arn @arn end |
#granularity ⇒ "SERVICE_LEVEL", "ACTION_LEVEL"
Returns the value of attribute granularity.
651 652 653 |
# File 'sig/types.rbs', line 651 def granularity @granularity end |