Class: Aws::Types::IdentityProviderSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def failure_message
  @failure_message
end

#identity_providerTypes::IdentityProvider

Returns the value of attribute identity_provider.



137
138
139
# File 'sig/types.rbs', line 137

def identity_provider
  @identity_provider
end

#identity_provider_arn::String

Returns the value of attribute identity_provider_arn.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def identity_provider_arn
  @identity_provider_arn
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def 
  @owner_account_id
end

#product::String

Returns the value of attribute product.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def product
  @product
end

#settingsTypes::Settings

Returns the value of attribute settings.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def settings
  @settings
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def status
  @status
end