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.
18988 18989 18990 |
# File 'sig/types.rbs', line 18988 def cidr_endpoints_custom_sub_domain @cidr_endpoints_custom_sub_domain end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
18984 18985 18986 |
# File 'sig/types.rbs', line 18984 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
18982 18983 18984 |
# File 'sig/types.rbs', line 18982 def description @description end |
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
18987 18988 18989 |
# File 'sig/types.rbs', line 18987 def fips_enabled @fips_enabled end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
18985 18986 18987 |
# File 'sig/types.rbs', line 18985 def last_updated_time @last_updated_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18986 18987 18988 |
# File 'sig/types.rbs', line 18986 def @tags end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
18981 18982 18983 |
# File 'sig/types.rbs', line 18981 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.
18983 18984 18985 |
# File 'sig/types.rbs', line 18983 def verified_access_trust_providers @verified_access_trust_providers end |