Class: Aws::Types::VerifiedAccessGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


18645
18646
18647
# File 'sig/types.rbs', line 18645

def creation_time
  @creation_time
end

#deletion_time::String

Returns the value of attribute deletion_time.

Returns:

  • (::String)


18647
18648
18649
# File 'sig/types.rbs', line 18647

def deletion_time
  @deletion_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18642
18643
18644
# File 'sig/types.rbs', line 18642

def description
  @description
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


18646
18647
18648
# File 'sig/types.rbs', line 18646

def last_updated_time
  @last_updated_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


18643
18644
18645
# File 'sig/types.rbs', line 18643

def owner
  @owner
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



18649
18650
18651
# File 'sig/types.rbs', line 18649

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18648
18649
18650
# File 'sig/types.rbs', line 18648

def tags
  @tags
end

#verified_access_group_arn::String

Returns the value of attribute verified_access_group_arn.

Returns:

  • (::String)


18644
18645
18646
# File 'sig/types.rbs', line 18644

def verified_access_group_arn
  @verified_access_group_arn
end

#verified_access_group_id::String

Returns the value of attribute verified_access_group_id.

Returns:

  • (::String)


18640
18641
18642
# File 'sig/types.rbs', line 18640

def verified_access_group_id
  @verified_access_group_id
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


18641
18642
18643
# File 'sig/types.rbs', line 18641

def verified_access_instance_id
  @verified_access_instance_id
end