Class: Aws::Types::IdentityProviderDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def directory_id
  @directory_id
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def function
  @function
end

#invocation_role::String

Returns the value of attribute invocation_role.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def invocation_role
  @invocation_role
end

#sftp_authentication_methods"PASSWORD", ...

Returns the value of attribute sftp_authentication_methods.

Returns:

  • ("PASSWORD", "PUBLIC_KEY", "PUBLIC_KEY_OR_PASSWORD", "PUBLIC_KEY_AND_PASSWORD")


757
758
759
# File 'sig/types.rbs', line 757

def sftp_authentication_methods
  @sftp_authentication_methods
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def url
  @url
end