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.
4544 4545 4546 |
# File 'sig/types.rbs', line 4544 def analysis_arn @analysis_arn end |
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
4543 4544 4545 |
# File 'sig/types.rbs', line 4543 def analysis_id @analysis_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4545 4546 4547 |
# File 'sig/types.rbs', line 4545 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def status @status end |