Class: Aws::Types::StudioSummary
- Inherits:
-
Object
- Object
- Aws::Types::StudioSummary
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#auth_mode ⇒ "SSO", "IAM"
Returns the value of attribute auth_mode.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def auth_mode @auth_mode end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def name @name end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def studio_id @studio_id end |
#url ⇒ ::String
Returns the value of attribute url.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def url @url end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def vpc_id @vpc_id end |