Class: Aws::Types::CreateSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSpaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#ownership_settings ⇒ Types::OwnershipSettings
Returns the value of attribute ownership_settings.
-
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
-
#space_settings ⇒ Types::SpaceSettings
Returns the value of attribute space_settings.
-
#space_sharing_settings ⇒ Types::SpaceSharingSettings
Returns the value of attribute space_sharing_settings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def domain_id @domain_id end |
#ownership_settings ⇒ Types::OwnershipSettings
Returns the value of attribute ownership_settings.
2839 2840 2841 |
# File 'sig/types.rbs', line 2839 def ownership_settings @ownership_settings end |
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
2841 2842 2843 |
# File 'sig/types.rbs', line 2841 def space_display_name @space_display_name end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def space_name @space_name end |
#space_settings ⇒ Types::SpaceSettings
Returns the value of attribute space_settings.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def space_settings @space_settings end |
#space_sharing_settings ⇒ Types::SpaceSharingSettings
Returns the value of attribute space_sharing_settings.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def space_sharing_settings @space_sharing_settings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def @tags end |