Class: Aws::Types::CreateSAMLProviderResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_arn::String

Returns the value of attribute saml_provider_arn.

Returns:

  • (::String)


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.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def tags
  @tags
end