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)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def domain_id
  @domain_id
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


2836
2837
2838
# File 'sig/types.rbs', line 2836

def space_name
  @space_name
end

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

Returns:



2837
2838
2839
# File 'sig/types.rbs', line 2837

def tags
  @tags
end