Class: Aws::IAM::Types::CreateSAMLProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateSAMLProviderResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateSAMLProvider request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
-
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the new IAM SAML provider.
Instance Attribute Details
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
1519 1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1519 class CreateSAMLProviderResponse < Struct.new( :saml_provider_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
1519 1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1519 class CreateSAMLProviderResponse < Struct.new( :saml_provider_arn, :tags) SENSITIVE = [] include Aws::Structure end |