Class: Aws::Types::UpdateDataSetPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSetPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
12146 12147 12148 |
# File 'sig/types.rbs', line 12146 def data_set_arn @data_set_arn end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
12147 12148 12149 |
# File 'sig/types.rbs', line 12147 def data_set_id @data_set_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12148 12149 12150 |
# File 'sig/types.rbs', line 12148 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12149 12150 12151 |
# File 'sig/types.rbs', line 12149 def status @status end |