Class: Aws::Types::CreateSpaceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2852
2853
2854
# File 'sig/types.rbs', line 2852

def domain_id
  @domain_id
end

#ownership_settingsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2853
2854
2855
# File 'sig/types.rbs', line 2853

def space_name
  @space_name
end

#space_settingsTypes::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_settingsTypes::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.

Returns:



2854
2855
2856
# File 'sig/types.rbs', line 2854

def tags
  @tags
end