Module: Aws::SecurityAgent::Types
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Defined Under Namespace
Classes: AWSResources, AccessDeniedException, Actor, AddArtifactInput, AddArtifactOutput, AgentSpace, AgentSpaceSummary, ApplicationSummary, Artifact, ArtifactMetadataItem, ArtifactSummary, Assets, Authentication, BatchDeletePentestsInput, BatchDeletePentestsOutput, BatchGetAgentSpacesInput, BatchGetAgentSpacesOutput, BatchGetArtifactMetadataInput, BatchGetArtifactMetadataOutput, BatchGetFindingsInput, BatchGetFindingsOutput, BatchGetPentestJobTasksInput, BatchGetPentestJobTasksOutput, BatchGetPentestJobsInput, BatchGetPentestJobsOutput, BatchGetPentestsInput, BatchGetPentestsOutput, BatchGetTargetDomainsInput, BatchGetTargetDomainsOutput, Category, CloudWatchLog, CodeRemediationTask, CodeRemediationTaskDetails, CodeReviewSettings, ConflictException, CreateAgentSpaceInput, CreateAgentSpaceOutput, CreateApplicationRequest, CreateApplicationResponse, CreateIntegrationInput, CreateIntegrationOutput, CreateMembershipRequest, CreateMembershipResponse, CreatePentestInput, CreatePentestOutput, CreateTargetDomainInput, CreateTargetDomainOutput, CustomHeader, DeleteAgentSpaceInput, DeleteAgentSpaceOutput, DeleteApplicationRequest, DeleteArtifactInput, DeleteArtifactOutput, DeleteIntegrationInput, DeleteIntegrationOutput, DeleteMembershipRequest, DeleteMembershipResponse, DeletePentestFailure, DeleteTargetDomainInput, DeleteTargetDomainOutput, DiscoveredEndpoint, DnsVerification, DocumentInfo, Endpoint, ErrorInformation, ExecutionContext, Finding, FindingSummary, GetApplicationRequest, GetApplicationResponse, GetArtifactInput, GetArtifactOutput, GetIntegrationInput, GetIntegrationOutput, GitHubIntegrationInput, GitHubRepositoryMetadata, GitHubRepositoryResource, GitHubResourceCapabilities, HttpVerification, IdCConfiguration, InitiateProviderRegistrationInput, InitiateProviderRegistrationOutput, IntegratedRepository, IntegratedResource, IntegratedResourceInputItem, IntegratedResourceMetadata, IntegratedResourceSummary, IntegrationFilter, IntegrationSummary, InternalServerException, ListAgentSpacesInput, ListAgentSpacesOutput, ListApplicationsRequest, ListApplicationsResponse, ListArtifactsInput, ListArtifactsOutput, ListDiscoveredEndpointsInput, ListDiscoveredEndpointsOutput, ListFindingsInput, ListFindingsOutput, ListIntegratedResourcesInput, ListIntegratedResourcesOutput, ListIntegrationsInput, ListIntegrationsOutput, ListMembershipsRequest, ListMembershipsResponse, ListPentestJobTasksInput, ListPentestJobTasksOutput, ListPentestJobsForPentestInput, ListPentestJobsForPentestOutput, ListPentestsInput, ListPentestsOutput, ListTagsForResourceInput, ListTagsForResourceOutput, ListTargetDomainsInput, ListTargetDomainsOutput, LogLocation, MemberMetadata, MembershipConfig, MembershipSummary, NetworkTrafficConfig, NetworkTrafficRule, Pentest, PentestJob, PentestJobSummary, PentestSummary, ProviderInput, ProviderResourceCapabilities, ResourceNotFoundException, SourceCodeRepository, StartCodeRemediationInput, StartCodeRemediationOutput, StartPentestJobInput, StartPentestJobOutput, Step, StopPentestJobInput, StopPentestJobOutput, TagResourceInput, TagResourceOutput, TargetDomain, TargetDomainSummary, Task, TaskSummary, ThrottlingException, UntagResourceInput, UntagResourceOutput, UpdateAgentSpaceInput, UpdateAgentSpaceOutput, UpdateApplicationRequest, UpdateApplicationResponse, UpdateFindingInput, UpdateFindingOutput, UpdateIntegratedResourcesInput, UpdateIntegratedResourcesOutput, UpdatePentestInput, UpdatePentestOutput, UpdateTargetDomainInput, UpdateTargetDomainOutput, UserConfig, UserMetadata, ValidationException, ValidationExceptionField, VerificationDetails, VerifyTargetDomainInput, VerifyTargetDomainOutput, VpcConfig
Instance Attribute Summary collapse
-
#github ⇒ Types::GitHubResourceCapabilities
The GitHub-specific resource capabilities.
-
#github_repository ⇒ Types::GitHubRepositoryMetadata
The GitHub repository metadata.
-
#provider ⇒ String
Filter integrations by provider.
-
#provider_type ⇒ String
Filter integrations by provider type.
-
#user ⇒ Types::UserConfig
The user configuration for the membership.
Instance Attribute Details
#github ⇒ Types::GitHubResourceCapabilities
The GitHub-specific resource capabilities.
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3346 class ProviderInput < Struct.new( :github, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Github < ProviderInput; end class Unknown < ProviderInput; end end |
#github_repository ⇒ Types::GitHubRepositoryMetadata
The GitHub repository metadata.
2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2068 class IntegratedResource < Struct.new( :github_repository, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class GithubRepository < IntegratedResource; end class Unknown < IntegratedResource; end end |
#provider ⇒ String
Filter integrations by provider.
2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2161 class IntegrationFilter < Struct.new( :provider, :provider_type, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Provider < IntegrationFilter; end class ProviderType < IntegrationFilter; end class Unknown < IntegrationFilter; end end |
#provider_type ⇒ String
Filter integrations by provider type.
2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2161 class IntegrationFilter < Struct.new( :provider, :provider_type, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Provider < IntegrationFilter; end class ProviderType < IntegrationFilter; end class Unknown < IntegrationFilter; end end |
#user ⇒ Types::UserConfig
The user configuration for the membership.
2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2922 class MemberMetadata < Struct.new( :user, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class User < MemberMetadata; end class Unknown < MemberMetadata; end end |