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.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def domain_id @domain_id end |
#ownership_settings ⇒ Types::OwnershipSettings
Returns the value of attribute ownership_settings.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def ownership_settings @ownership_settings end |
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def space_display_name @space_display_name end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 def space_name @space_name end |
#space_settings ⇒ Types::SpaceSettings
Returns the value of attribute space_settings.
2855 2856 2857 |
# File 'sig/types.rbs', line 2855 def space_settings @space_settings end |
#space_sharing_settings ⇒ Types::SpaceSharingSettings
Returns the value of attribute space_sharing_settings.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def space_sharing_settings @space_sharing_settings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def @tags end |