Module: Aws::ControlCatalog::Types
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Defined Under Namespace
Classes: AccessDeniedException, AssociatedDomainSummary, AssociatedObjectiveSummary, CommonControlFilter, CommonControlMappingDetails, CommonControlSummary, ControlFilter, ControlMapping, ControlMappingFilter, ControlParameter, ControlSummary, DomainResourceFilter, DomainSummary, FrameworkMappingDetails, GetControlRequest, GetControlResponse, ImplementationDetails, ImplementationFilter, ImplementationSummary, InternalServerException, ListCommonControlsRequest, ListCommonControlsResponse, ListControlMappingsRequest, ListControlMappingsResponse, ListControlsRequest, ListControlsResponse, ListDomainsRequest, ListDomainsResponse, ListObjectivesRequest, ListObjectivesResponse, Mapping, ObjectiveFilter, ObjectiveResourceFilter, ObjectiveSummary, RegionConfiguration, RelatedControlMappingDetails, ResourceNotFoundException, ThrottlingException, ValidationException
Instance Attribute Summary collapse
-
#common_control ⇒ Types::CommonControlMappingDetails
The common control mapping details when the mapping type relates to a common control.
-
#framework ⇒ Types::FrameworkMappingDetails
The framework mapping details when the mapping type relates to a compliance framework.
-
#related_control ⇒ Types::RelatedControlMappingDetails
Returns information about controls that are related to the specified control.
Instance Attribute Details
#common_control ⇒ Types::CommonControlMappingDetails
The common control mapping details when the mapping type relates to a common control.
888 889 890 891 892 893 894 895 896 897 898 899 900 901 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 888 class Mapping < Struct.new( :framework, :common_control, :related_control, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Framework < Mapping; end class CommonControl < Mapping; end class < Mapping; end class Unknown < Mapping; end end |
#framework ⇒ Types::FrameworkMappingDetails
The framework mapping details when the mapping type relates to a compliance framework.
888 889 890 891 892 893 894 895 896 897 898 899 900 901 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 888 class Mapping < Struct.new( :framework, :common_control, :related_control, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Framework < Mapping; end class CommonControl < Mapping; end class < Mapping; end class Unknown < Mapping; end end |
#related_control ⇒ Types::RelatedControlMappingDetails
Returns information about controls that are related to the specified control.
888 889 890 891 892 893 894 895 896 897 898 899 900 901 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 888 class Mapping < Struct.new( :framework, :common_control, :related_control, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Framework < Mapping; end class CommonControl < Mapping; end class < Mapping; end class Unknown < Mapping; end end |