Class: Aws::SageMaker::Types::SpaceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceDetails
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The space's details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time.
-
#domain_id ⇒ String
The ID of the associated domain.
-
#last_modified_time ⇒ Time
The last modified time.
-
#ownership_settings_summary ⇒ Types::OwnershipSettingsSummary
Specifies summary information about the ownership settings.
-
#space_display_name ⇒ String
The name of the space that appears in the Studio UI.
-
#space_name ⇒ String
The name of the space.
-
#space_settings_summary ⇒ Types::SpaceSettingsSummary
Specifies summary information about the space settings.
-
#space_sharing_settings_summary ⇒ Types::SpaceSharingSettingsSummary
Specifies summary information about the space sharing settings.
-
#status ⇒ String
The status.
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the associated domain.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last modified time.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#ownership_settings_summary ⇒ Types::OwnershipSettingsSummary
Specifies summary information about the ownership settings.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_display_name ⇒ String
The name of the space that appears in the Studio UI.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_settings_summary ⇒ Types::SpaceSettingsSummary
Specifies summary information about the space settings.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_sharing_settings_summary ⇒ Types::SpaceSharingSettingsSummary
Specifies summary information about the space sharing settings.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43035 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |