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)


18972
18973
18974
# File 'sig/types.rbs', line 18972

def creation_time
  @creation_time
end

#deletion_time::String

Returns the value of attribute deletion_time.

Returns:

  • (::String)


18974
18975
18976
# File 'sig/types.rbs', line 18974

def deletion_time
  @deletion_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18969
18970
18971
# File 'sig/types.rbs', line 18969

def description
  @description
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


18973
18974
18975
# File 'sig/types.rbs', line 18973

def last_updated_time
  @last_updated_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


18970
18971
18972
# File 'sig/types.rbs', line 18970

def owner
  @owner
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



18976
18977
18978
# File 'sig/types.rbs', line 18976

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18975
18976
18977
# File 'sig/types.rbs', line 18975

def tags
  @tags
end

#verified_access_group_arn::String

Returns the value of attribute verified_access_group_arn.

Returns:

  • (::String)


18971
18972
18973
# File 'sig/types.rbs', line 18971

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)


18967
18968
18969
# File 'sig/types.rbs', line 18967

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)


18968
18969
18970
# File 'sig/types.rbs', line 18968

def verified_access_instance_id
  @verified_access_instance_id
end