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.
14213 14214 14215 |
# File 'sig/types.rbs', line 14213 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14211 14212 14213 |
# File 'sig/types.rbs', line 14211 def description @description end |
#device_options ⇒ Types::ModifyVerifiedAccessTrustProviderDeviceOptions
Returns the value of attribute device_options.
14210 14211 14212 |
# File 'sig/types.rbs', line 14210 def @device_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14212 14213 14214 |
# File 'sig/types.rbs', line 14212 def dry_run @dry_run end |
#native_application_oidc_options ⇒ Types::ModifyVerifiedAccessNativeApplicationOidcOptions
Returns the value of attribute native_application_oidc_options.
14215 14216 14217 |
# File 'sig/types.rbs', line 14215 def @native_application_oidc_options end |
#oidc_options ⇒ Types::ModifyVerifiedAccessTrustProviderOidcOptions
Returns the value of attribute oidc_options.
14209 14210 14211 |
# File 'sig/types.rbs', line 14209 def @oidc_options end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
14214 14215 14216 |
# File 'sig/types.rbs', line 14214 def sse_specification @sse_specification end |
#verified_access_trust_provider_id ⇒ ::String
Returns the value of attribute verified_access_trust_provider_id.
14208 14209 14210 |
# File 'sig/types.rbs', line 14208 def verified_access_trust_provider_id @verified_access_trust_provider_id end |