Class: Aws::Types::ModifyVerifiedAccessTrustProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessTrustProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_options ⇒ Types::ModifyVerifiedAccessTrustProviderDeviceOptions
Returns the value of attribute device_options.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#native_application_oidc_options ⇒ Types::ModifyVerifiedAccessNativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
-
#oidc_options ⇒ Types::ModifyVerifiedAccessTrustProviderOidcOptions
Returns the value of attribute oidc_options.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
-
#verified_access_trust_provider_id ⇒ ::String
Returns the value of attribute verified_access_trust_provider_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
14849 14850 14851 |
# File 'sig/types.rbs', line 14849 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14847 14848 14849 |
# File 'sig/types.rbs', line 14847 def description @description end |
#device_options ⇒ Types::ModifyVerifiedAccessTrustProviderDeviceOptions
Returns the value of attribute device_options.
14846 14847 14848 |
# File 'sig/types.rbs', line 14846 def @device_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14848 14849 14850 |
# File 'sig/types.rbs', line 14848 def dry_run @dry_run end |
#native_application_oidc_options ⇒ Types::ModifyVerifiedAccessNativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
14851 14852 14853 |
# File 'sig/types.rbs', line 14851 def @native_application_oidc_options end |
#oidc_options ⇒ Types::ModifyVerifiedAccessTrustProviderOidcOptions
Returns the value of attribute oidc_options.
14845 14846 14847 |
# File 'sig/types.rbs', line 14845 def @oidc_options end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
14850 14851 14852 |
# File 'sig/types.rbs', line 14850 def sse_specification @sse_specification end |
#verified_access_trust_provider_id ⇒ ::String
Returns the value of attribute verified_access_trust_provider_id.
14844 14845 14846 |
# File 'sig/types.rbs', line 14844 def verified_access_trust_provider_id @verified_access_trust_provider_id end |