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.



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.

Returns:

  • (::String)


18657
18658
18659
# File 'sig/types.rbs', line 18657

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18655
18656
18657
# File 'sig/types.rbs', line 18655

def description
  @description
end

#fips_enabledBoolean

Returns the value of attribute fips_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:



18659
18660
18661
# File 'sig/types.rbs', line 18659

def tags
  @tags
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


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