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.
14510 14511 14512 |
# File 'sig/types.rbs', line 14510 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14508 14509 14510 |
# File 'sig/types.rbs', line 14508 def description @description end |
#device_options ⇒ Types::ModifyVerifiedAccessTrustProviderDeviceOptions
Returns the value of attribute device_options.
14507 14508 14509 |
# File 'sig/types.rbs', line 14507 def @device_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14509 14510 14511 |
# File 'sig/types.rbs', line 14509 def dry_run @dry_run end |
#native_application_oidc_options ⇒ Types::ModifyVerifiedAccessNativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
14512 14513 14514 |
# File 'sig/types.rbs', line 14512 def @native_application_oidc_options end |
#oidc_options ⇒ Types::ModifyVerifiedAccessTrustProviderOidcOptions
Returns the value of attribute oidc_options.
14506 14507 14508 |
# File 'sig/types.rbs', line 14506 def @oidc_options end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
14511 14512 14513 |
# File 'sig/types.rbs', line 14511 def sse_specification @sse_specification end |
#verified_access_trust_provider_id ⇒ ::String
Returns the value of attribute verified_access_trust_provider_id.
14505 14506 14507 |
# File 'sig/types.rbs', line 14505 def verified_access_trust_provider_id @verified_access_trust_provider_id end |