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)


19311
19312
19313
# File 'sig/types.rbs', line 19311

def creation_time
  @creation_time
end

#deletion_time::String

Returns the value of attribute deletion_time.

Returns:

  • (::String)


19313
19314
19315
# File 'sig/types.rbs', line 19313

def deletion_time
  @deletion_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


19308
19309
19310
# File 'sig/types.rbs', line 19308

def description
  @description
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


19312
19313
19314
# File 'sig/types.rbs', line 19312

def last_updated_time
  @last_updated_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


19309
19310
19311
# File 'sig/types.rbs', line 19309

def owner
  @owner
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



19315
19316
19317
# File 'sig/types.rbs', line 19315

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19314
19315
19316
# File 'sig/types.rbs', line 19314

def tags
  @tags
end

#verified_access_group_arn::String

Returns the value of attribute verified_access_group_arn.

Returns:

  • (::String)


19310
19311
19312
# File 'sig/types.rbs', line 19310

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)


19306
19307
19308
# File 'sig/types.rbs', line 19306

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)


19307
19308
19309
# File 'sig/types.rbs', line 19307

def verified_access_instance_id
  @verified_access_instance_id
end