Class: Aws::SecurityLake::Types::UpdateSubscriberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::UpdateSubscriberRequest
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sources ⇒ Array<Types::LogSourceResource>
The supported Amazon Web Services services from which logs and events are collected.
-
#subscriber_description ⇒ String
The description of the Security Lake account subscriber.
-
#subscriber_id ⇒ String
A value created by Security Lake that uniquely identifies your subscription.
-
#subscriber_identity ⇒ Types::AwsIdentity
The Amazon Web Services identity used to access your data.
-
#subscriber_name ⇒ String
The name of the Security Lake account subscriber.
Instance Attribute Details
#sources ⇒ Array<Types::LogSourceResource>
The supported Amazon Web Services services from which logs and events are collected. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.
2018 2019 2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 2018 class UpdateSubscriberRequest < Struct.new( :sources, :subscriber_description, :subscriber_id, :subscriber_identity, :subscriber_name) SENSITIVE = [] include Aws::Structure end |
#subscriber_description ⇒ String
The description of the Security Lake account subscriber.
2018 2019 2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 2018 class UpdateSubscriberRequest < Struct.new( :sources, :subscriber_description, :subscriber_id, :subscriber_identity, :subscriber_name) SENSITIVE = [] include Aws::Structure end |
#subscriber_id ⇒ String
A value created by Security Lake that uniquely identifies your subscription.
2018 2019 2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 2018 class UpdateSubscriberRequest < Struct.new( :sources, :subscriber_description, :subscriber_id, :subscriber_identity, :subscriber_name) SENSITIVE = [] include Aws::Structure end |
#subscriber_identity ⇒ Types::AwsIdentity
The Amazon Web Services identity used to access your data.
2018 2019 2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 2018 class UpdateSubscriberRequest < Struct.new( :sources, :subscriber_description, :subscriber_id, :subscriber_identity, :subscriber_name) SENSITIVE = [] include Aws::Structure end |
#subscriber_name ⇒ String
The name of the Security Lake account subscriber.
2018 2019 2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 2018 class UpdateSubscriberRequest < Struct.new( :sources, :subscriber_description, :subscriber_id, :subscriber_identity, :subscriber_name) SENSITIVE = [] include Aws::Structure end |