Class: Aws::Types::Sandbox

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1155
1156
1157
# File 'sig/types.rbs', line 1155

def arn
  @arn
end

#current_sessionTypes::SandboxSession

Returns the value of attribute current_session.

Returns:



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.

Returns:



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.

Returns:



1159
1160
1161
# File 'sig/types.rbs', line 1159

def end_time
  @end_time
end

#environmentTypes::ProjectEnvironment

Returns the value of attribute environment.

Returns:



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.

Returns:



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.

Returns:



1154
1155
1156
# File 'sig/types.rbs', line 1154

def id
  @id
end

#log_configTypes::LogsConfig

Returns the value of attribute log_config.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def service_role
  @service_role
end

#sourceTypes::ProjectSource

Returns the value of attribute source.

Returns:



1161
1162
1163
# File 'sig/types.rbs', line 1161

def source
  @source
end

#source_version::String

Returns the value of attribute source_version.

Returns:



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.

Returns:



1158
1159
1160
# File 'sig/types.rbs', line 1158

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:



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.

Returns:



1167
1168
1169
# File 'sig/types.rbs', line 1167

def timeout_in_minutes
  @timeout_in_minutes
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1169
1170
1171
# File 'sig/types.rbs', line 1169

def vpc_config
  @vpc_config
end