Class: Aws::Types::CreateSAMLProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSAMLProviderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ ::String
Returns the value of attribute saml_provider_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#saml_provider_arn ⇒ ::String
Returns the value of attribute saml_provider_arn.
262 263 264 |
# File 'sig/types.rbs', line 262 def saml_provider_arn @saml_provider_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
263 264 265 |
# File 'sig/types.rbs', line 263 def @tags end |