Class: Aws::Types::Studio
- Inherits:
-
Object
- Object
- Aws::Types::Studio
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#engine_security_group_id ⇒ ::String
Returns the value of attribute engine_security_group_id.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#idc_user_assignment ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute idc_user_assignment.
-
#idp_auth_url ⇒ ::String
Returns the value of attribute idp_auth_url.
-
#idp_relay_state_parameter_name ⇒ ::String
Returns the value of attribute idp_relay_state_parameter_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#studio_arn ⇒ ::String
Returns the value of attribute studio_arn.
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#trusted_identity_propagation_enabled ⇒ Boolean
Returns the value of attribute trusted_identity_propagation_enabled.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#user_role ⇒ ::String
Returns the value of attribute user_role.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#workspace_security_group_id ⇒ ::String
Returns the value of attribute workspace_security_group_id.
Instance Attribute Details
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def auth_mode @auth_mode end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def creation_time @creation_time end |
#default_s3_location ⇒ ::String
Returns the value of attribute default_s3_location.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def default_s3_location @default_s3_location end |
#description ⇒ ::String
Returns the value of attribute description.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def description @description end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def encryption_key_arn @encryption_key_arn end |
#engine_security_group_id ⇒ ::String
Returns the value of attribute engine_security_group_id.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def engine_security_group_id @engine_security_group_id end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def idc_instance_arn @idc_instance_arn end |
#idc_user_assignment ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute idc_user_assignment.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def idc_user_assignment @idc_user_assignment end |
#idp_auth_url ⇒ ::String
Returns the value of attribute idp_auth_url.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def idp_auth_url @idp_auth_url end |
#idp_relay_state_parameter_name ⇒ ::String
Returns the value of attribute idp_relay_state_parameter_name.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def idp_relay_state_parameter_name @idp_relay_state_parameter_name end |
#name ⇒ ::String
Returns the value of attribute name.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def name @name end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def service_role @service_role end |
#studio_arn ⇒ ::String
Returns the value of attribute studio_arn.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def studio_arn @studio_arn end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def studio_id @studio_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def @tags end |
#trusted_identity_propagation_enabled ⇒ Boolean
Returns the value of attribute trusted_identity_propagation_enabled.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def trusted_identity_propagation_enabled @trusted_identity_propagation_enabled end |
#url ⇒ ::String
Returns the value of attribute url.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def url @url end |
#user_role ⇒ ::String
Returns the value of attribute user_role.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def user_role @user_role end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def vpc_id @vpc_id end |
#workspace_security_group_id ⇒ ::String
Returns the value of attribute workspace_security_group_id.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def workspace_security_group_id @workspace_security_group_id end |