Class: Aws::Types::DescribeSpaceResponse

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)


5136
5137
5138
# File 'sig/types.rbs', line 5136

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5130
5131
5132
# File 'sig/types.rbs', line 5130

def domain_id
  @domain_id
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5137
5138
5139
# File 'sig/types.rbs', line 5137

def failure_reason
  @failure_reason
end

#home_efs_file_system_uid::String

Returns the value of attribute home_efs_file_system_uid.

Returns:

  • (::String)


5133
5134
5135
# File 'sig/types.rbs', line 5133

def home_efs_file_system_uid
  @home_efs_file_system_uid
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5135
5136
5137
# File 'sig/types.rbs', line 5135

def last_modified_time
  @last_modified_time
end

#ownership_settingsTypes::OwnershipSettings

Returns the value of attribute ownership_settings.



5139
5140
5141
# File 'sig/types.rbs', line 5139

def ownership_settings
  @ownership_settings
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


5131
5132
5133
# File 'sig/types.rbs', line 5131

def space_arn
  @space_arn
end

#space_display_name::String

Returns the value of attribute space_display_name.

Returns:

  • (::String)


5141
5142
5143
# File 'sig/types.rbs', line 5141

def space_display_name
  @space_display_name
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


5132
5133
5134
# File 'sig/types.rbs', line 5132

def space_name
  @space_name
end

#space_settingsTypes::SpaceSettings

Returns the value of attribute space_settings.



5138
5139
5140
# File 'sig/types.rbs', line 5138

def space_settings
  @space_settings
end

#space_sharing_settingsTypes::SpaceSharingSettings

Returns the value of attribute space_sharing_settings.



5140
5141
5142
# File 'sig/types.rbs', line 5140

def space_sharing_settings
  @space_sharing_settings
end

#status"Deleting", ...

Returns the value of attribute status.

Returns:

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


5134
5135
5136
# File 'sig/types.rbs', line 5134

def status
  @status
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


5142
5143
5144
# File 'sig/types.rbs', line 5142

def url
  @url
end