Class: Aws::Types::UpdateStudioInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStudioInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_s3_location ⇒ ::String
Returns the value of attribute default_s3_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#default_s3_location ⇒ ::String
Returns the value of attribute default_s3_location.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def default_s3_location @default_s3_location end |
#description ⇒ ::String
Returns the value of attribute description.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def description @description end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def encryption_key_arn @encryption_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def name @name end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def studio_id @studio_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def subnet_ids @subnet_ids end |