Class: Aws::Types::CreateVerifiedAccessInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_endpoints_custom_sub_domain ⇒ ::String
Returns the value of attribute cidr_endpoints_custom_sub_domain.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#cidr_endpoints_custom_sub_domain ⇒ ::String
Returns the value of attribute cidr_endpoints_custom_sub_domain.
3730 3731 3732 |
# File 'sig/types.rbs', line 3730 def cidr_endpoints_custom_sub_domain @cidr_endpoints_custom_sub_domain end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3727 3728 3729 |
# File 'sig/types.rbs', line 3727 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3725 3726 3727 |
# File 'sig/types.rbs', line 3725 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3728 3729 3730 |
# File 'sig/types.rbs', line 3728 def dry_run @dry_run end |
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
3729 3730 3731 |
# File 'sig/types.rbs', line 3729 def fips_enabled @fips_enabled end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3726 3727 3728 |
# File 'sig/types.rbs', line 3726 def tag_specifications @tag_specifications end |