Class: Aws::Macie2::Types::CreateMemberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateMemberResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about a request to associate an account with an Amazon Macie administrator account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
1554 1555 1556 1557 1558 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1554 class CreateMemberResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |