Class: Aws::Types::VerifiedAccessInstance
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_endpoints_custom_sub_domain ⇒ Types::VerifiedAccessInstanceCustomSubDomain
Returns the value of attribute cidr_endpoints_custom_sub_domain.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
-
#verified_access_trust_providers ⇒ ::Array[Types::VerifiedAccessTrustProviderCondensed]
Returns the value of attribute verified_access_trust_providers.
Instance Attribute Details
#cidr_endpoints_custom_sub_domain ⇒ Types::VerifiedAccessInstanceCustomSubDomain
Returns the value of attribute cidr_endpoints_custom_sub_domain.
18661 18662 18663 |
# File 'sig/types.rbs', line 18661 def cidr_endpoints_custom_sub_domain @cidr_endpoints_custom_sub_domain end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
18657 18658 18659 |
# File 'sig/types.rbs', line 18657 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
18655 18656 18657 |
# File 'sig/types.rbs', line 18655 def description @description end |
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
18660 18661 18662 |
# File 'sig/types.rbs', line 18660 def fips_enabled @fips_enabled end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
18658 18659 18660 |
# File 'sig/types.rbs', line 18658 def last_updated_time @last_updated_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18659 18660 18661 |
# File 'sig/types.rbs', line 18659 def @tags end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
18654 18655 18656 |
# File 'sig/types.rbs', line 18654 def verified_access_instance_id @verified_access_instance_id end |
#verified_access_trust_providers ⇒ ::Array[Types::VerifiedAccessTrustProviderCondensed]
Returns the value of attribute verified_access_trust_providers.
18656 18657 18658 |
# File 'sig/types.rbs', line 18656 def verified_access_trust_providers @verified_access_trust_providers end |