Module: Aws::AppFabric::Types
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Defined Under Namespace
Classes: AccessDeniedException, ApiKeyCredential, AppAuthorization, AppAuthorizationSummary, AppBundle, AppBundleSummary, AuditLogDestinationConfiguration, AuditLogProcessingConfiguration, AuthRequest, BatchGetUserAccessTasksRequest, BatchGetUserAccessTasksResponse, ConflictException, ConnectAppAuthorizationRequest, ConnectAppAuthorizationResponse, CreateAppAuthorizationRequest, CreateAppAuthorizationResponse, CreateAppBundleRequest, CreateAppBundleResponse, CreateIngestionDestinationRequest, CreateIngestionDestinationResponse, CreateIngestionRequest, CreateIngestionResponse, Credential, DeleteAppAuthorizationRequest, DeleteAppAuthorizationResponse, DeleteAppBundleRequest, DeleteAppBundleResponse, DeleteIngestionDestinationRequest, DeleteIngestionDestinationResponse, DeleteIngestionRequest, DeleteIngestionResponse, Destination, DestinationConfiguration, FirehoseStream, GetAppAuthorizationRequest, GetAppAuthorizationResponse, GetAppBundleRequest, GetAppBundleResponse, GetIngestionDestinationRequest, GetIngestionDestinationResponse, GetIngestionRequest, GetIngestionResponse, Ingestion, IngestionDestination, IngestionDestinationSummary, IngestionSummary, InternalServerException, ListAppAuthorizationsRequest, ListAppAuthorizationsResponse, ListAppBundlesRequest, ListAppBundlesResponse, ListIngestionDestinationsRequest, ListIngestionDestinationsResponse, ListIngestionsRequest, ListIngestionsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, Oauth2Credential, ProcessingConfiguration, ResourceNotFoundException, S3Bucket, ServiceQuotaExceededException, StartIngestionRequest, StartIngestionResponse, StartUserAccessTasksRequest, StartUserAccessTasksResponse, StopIngestionRequest, StopIngestionResponse, Tag, TagResourceRequest, TagResourceResponse, TaskError, Tenant, ThrottlingException, UntagResourceRequest, UntagResourceResponse, UpdateAppAuthorizationRequest, UpdateAppAuthorizationResponse, UpdateIngestionDestinationRequest, UpdateIngestionDestinationResponse, UserAccessResultItem, UserAccessTaskItem, ValidationException, ValidationExceptionField
Instance Attribute Summary collapse
-
#api_key_credential ⇒ Types::ApiKeyCredential
Contains API key credential information.
-
#audit_log ⇒ Types::AuditLogProcessingConfiguration
Contains information about an audit log processing configuration.
-
#firehose_stream ⇒ Types::FirehoseStream
Contains information about an Amazon Kinesis Data Firehose delivery stream.
-
#oauth2_credential ⇒ Types::Oauth2Credential
Contains OAuth2 client credential information.
-
#s3_bucket ⇒ Types::S3Bucket
Contains information about an Amazon S3 bucket.
Instance Attribute Details
#api_key_credential ⇒ Types::ApiKeyCredential
Contains API key credential information.
710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-appfabric/types.rb', line 710 class Credential < Struct.new( :oauth2_credential, :api_key_credential, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Oauth2Credential < Credential; end class ApiKeyCredential < Credential; end class Unknown < Credential; end end |
#audit_log ⇒ Types::AuditLogProcessingConfiguration
Contains information about an audit log processing configuration.
857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-appfabric/types.rb', line 857 class DestinationConfiguration < Struct.new( :audit_log, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AuditLog < DestinationConfiguration; end class Unknown < DestinationConfiguration; end end |
#firehose_stream ⇒ Types::FirehoseStream
Contains information about an Amazon Kinesis Data Firehose delivery stream.
832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'lib/aws-sdk-appfabric/types.rb', line 832 class Destination < Struct.new( :s3_bucket, :firehose_stream, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class S3Bucket < Destination; end class FirehoseStream < Destination; end class Unknown < Destination; end end |
#oauth2_credential ⇒ Types::Oauth2Credential
Contains OAuth2 client credential information.
710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-appfabric/types.rb', line 710 class Credential < Struct.new( :oauth2_credential, :api_key_credential, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Oauth2Credential < Credential; end class ApiKeyCredential < Credential; end class Unknown < Credential; end end |
#s3_bucket ⇒ Types::S3Bucket
Contains information about an Amazon S3 bucket.
832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'lib/aws-sdk-appfabric/types.rb', line 832 class Destination < Struct.new( :s3_bucket, :firehose_stream, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class S3Bucket < Destination; end class FirehoseStream < Destination; end class Unknown < Destination; end end |