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)


274
275
276
# File 'sig/types.rbs', line 274

def saml_provider_arn
  @saml_provider_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def tags
  @tags
end