Class: Aws::Types::Sandbox
- Inherits:
-
Object
- Object
- Aws::Types::Sandbox
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#current_session ⇒ Types::SandboxSession
Returns the value of attribute current_session.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
-
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#log_config ⇒ Types::LogsConfig
Returns the value of attribute log_config.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
-
#request_time ⇒ ::Time
Returns the value of attribute request_time.
-
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
-
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def arn @arn end |
#current_session ⇒ Types::SandboxSession
Returns the value of attribute current_session.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def current_session @current_session end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def encryption_key @encryption_key end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def end_time @end_time end |
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def environment @environment end |
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def file_system_locations @file_system_locations end |
#id ⇒ ::String
Returns the value of attribute id.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def id @id end |
#log_config ⇒ Types::LogsConfig
Returns the value of attribute log_config.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def log_config @log_config end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def project_name @project_name end |
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def queued_timeout_in_minutes @queued_timeout_in_minutes end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def request_time @request_time end |
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def secondary_source_versions @secondary_source_versions end |
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def secondary_sources @secondary_sources end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def service_role @service_role end |
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def source @source end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def source_version @source_version end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def status @status end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def timeout_in_minutes @timeout_in_minutes end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def vpc_config @vpc_config end |