Class: Aws::Types::UpdateAnalysisPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnalysisPermissionsResponse
- 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.
11955 11956 11957 |
# File 'sig/types.rbs', line 11955 def analysis_arn @analysis_arn end |
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
11956 11957 11958 |
# File 'sig/types.rbs', line 11956 def analysis_id @analysis_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
11957 11958 11959 |
# File 'sig/types.rbs', line 11957 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
11958 11959 11960 |
# File 'sig/types.rbs', line 11958 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
11959 11960 11961 |
# File 'sig/types.rbs', line 11959 def status @status end |