Class: Aws::Types::VerifiedAccessInstance

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_endpoints_custom_sub_domainTypes::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.

Returns:

  • (::String)


18984
18985
18986
# File 'sig/types.rbs', line 18984

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18982
18983
18984
# File 'sig/types.rbs', line 18982

def description
  @description
end

#fips_enabledBoolean

Returns the value of attribute fips_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:



18986
18987
18988
# File 'sig/types.rbs', line 18986

def tags
  @tags
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


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