Class: Aws::Types::SpaceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


10931
10932
10933
# File 'sig/types.rbs', line 10931

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


10928
10929
10930
# File 'sig/types.rbs', line 10928

def domain_id
  @domain_id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


10932
10933
10934
# File 'sig/types.rbs', line 10932

def last_modified_time
  @last_modified_time
end

#ownership_settings_summaryTypes::OwnershipSettingsSummary

Returns the value of attribute ownership_settings_summary.



10935
10936
10937
# File 'sig/types.rbs', line 10935

def ownership_settings_summary
  @ownership_settings_summary
end

#space_display_name::String

Returns the value of attribute space_display_name.

Returns:

  • (::String)


10936
10937
10938
# File 'sig/types.rbs', line 10936

def space_display_name
  @space_display_name
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


10929
10930
10931
# File 'sig/types.rbs', line 10929

def space_name
  @space_name
end

#space_settings_summaryTypes::SpaceSettingsSummary

Returns the value of attribute space_settings_summary.



10933
10934
10935
# File 'sig/types.rbs', line 10933

def space_settings_summary
  @space_settings_summary
end

#space_sharing_settings_summaryTypes::SpaceSharingSettingsSummary

Returns the value of attribute space_sharing_settings_summary.



10934
10935
10936
# File 'sig/types.rbs', line 10934

def space_sharing_settings_summary
  @space_sharing_settings_summary
end

#status"Deleting", ...

Returns the value of attribute status.

Returns:

  • ("Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed")


10930
10931
10932
# File 'sig/types.rbs', line 10930

def status
  @status
end