Class: Aws::Types::CreateIdentityProviderRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.



232
233
234
# File 'sig/types.rbs', line 232

def client_token
  @client_token
end

#identity_provider_details::Hash[::String, ::String]

Returns the value of attribute identity_provider_details.



231
232
233
# File 'sig/types.rbs', line 231

def identity_provider_details
  @identity_provider_details
end

#identity_provider_name::String

Returns the value of attribute identity_provider_name.



229
230
231
# File 'sig/types.rbs', line 229

def identity_provider_name
  @identity_provider_name
end

#identity_provider_type"SAML", ...

Returns the value of attribute identity_provider_type.



230
231
232
# File 'sig/types.rbs', line 230

def identity_provider_type
  @identity_provider_type
end

#portal_arn::String

Returns the value of attribute portal_arn.



228
229
230
# File 'sig/types.rbs', line 228

def portal_arn
  @portal_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



233
234
235
# File 'sig/types.rbs', line 233

def tags
  @tags
end