Class: Aws::CodeBuild::Types::StartSandboxConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::StartSandboxConnectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ssm_session ⇒ Types::SSMSession
Information about the Session Manager session.
Instance Attribute Details
#ssm_session ⇒ Types::SSMSession
Information about the Session Manager session.
7071 7072 7073 7074 7075 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7071 class StartSandboxConnectionOutput < Struct.new( :ssm_session) SENSITIVE = [] include Aws::Structure end |