Class: Aws::Types::DescribeAnalysisPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAnalysisPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_arn ⇒ ::String
Returns the value of attribute analysis_arn.
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#analysis_arn ⇒ ::String
Returns the value of attribute analysis_arn.
4370 4371 4372 |
# File 'sig/types.rbs', line 4370 def analysis_arn @analysis_arn end |
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
4369 4370 4371 |
# File 'sig/types.rbs', line 4369 def analysis_id @analysis_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4371 4372 4373 |
# File 'sig/types.rbs', line 4371 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4373 4374 4375 |
# File 'sig/types.rbs', line 4373 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4372 4373 4374 |
# File 'sig/types.rbs', line 4372 def status @status end |