Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerUsersDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAmazonMqBrokerUsersDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the broker usernames for the specified broker. Doesn't apply to RabbitMQ brokers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pending_change ⇒ String
The type of change pending for the broker user.
-
#username ⇒ String
The username of the broker user.
Instance Attribute Details
#pending_change ⇒ String
The type of change pending for the broker user.
1504 1505 1506 1507 1508 1509 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1504 class AwsAmazonMqBrokerUsersDetails < Struct.new( :pending_change, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username of the broker user.
1504 1505 1506 1507 1508 1509 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1504 class AwsAmazonMqBrokerUsersDetails < Struct.new( :pending_change, :username) SENSITIVE = [] include Aws::Structure end |