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.
19327 19328 19329 |
# File 'sig/types.rbs', line 19327 def cidr_endpoints_custom_sub_domain @cidr_endpoints_custom_sub_domain end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
19323 19324 19325 |
# File 'sig/types.rbs', line 19323 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
19321 19322 19323 |
# File 'sig/types.rbs', line 19321 def description @description end |
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
19326 19327 19328 |
# File 'sig/types.rbs', line 19326 def fips_enabled @fips_enabled end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
19324 19325 19326 |
# File 'sig/types.rbs', line 19324 def last_updated_time @last_updated_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19325 19326 19327 |
# File 'sig/types.rbs', line 19325 def @tags end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
19320 19321 19322 |
# File 'sig/types.rbs', line 19320 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.
19322 19323 19324 |
# File 'sig/types.rbs', line 19322 def verified_access_trust_providers @verified_access_trust_providers end |