Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerUsersDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pending_changeString

The type of change pending for the broker user.

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1506

class AwsAmazonMqBrokerUsersDetails < Struct.new(
  :pending_change,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The username of the broker user.

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1506

class AwsAmazonMqBrokerUsersDetails < Struct.new(
  :pending_change,
  :username)
  SENSITIVE = []
  include Aws::Structure
end