Class: Aws::SSOAdmin::Types::UpdateApplicationPortalOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::UpdateApplicationPortalOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that describes the options for the access portal associated with an application that can be updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sign_in_options ⇒ Types::SignInOptions
A structure that describes the sign-in options for an application portal.
Instance Attribute Details
#sign_in_options ⇒ Types::SignInOptions
A structure that describes the sign-in options for an application portal.
4076 4077 4078 4079 4080 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4076 class UpdateApplicationPortalOptions < Struct.new( :sign_in_options) SENSITIVE = [] include Aws::Structure end |