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)


19332
19333
19334
# File 'sig/types.rbs', line 19332

def creation_time
  @creation_time
end

#deletion_time::String

Returns the value of attribute deletion_time.

Returns:

  • (::String)


19334
19335
19336
# File 'sig/types.rbs', line 19334

def deletion_time
  @deletion_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


19329
19330
19331
# File 'sig/types.rbs', line 19329

def description
  @description
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


19333
19334
19335
# File 'sig/types.rbs', line 19333

def last_updated_time
  @last_updated_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


19330
19331
19332
# File 'sig/types.rbs', line 19330

def owner
  @owner
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



19336
19337
19338
# File 'sig/types.rbs', line 19336

def sse_specification
  @sse_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19335
19336
19337
# File 'sig/types.rbs', line 19335

def tags
  @tags
end

#verified_access_group_arn::String

Returns the value of attribute verified_access_group_arn.

Returns:

  • (::String)


19331
19332
19333
# File 'sig/types.rbs', line 19331

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)


19327
19328
19329
# File 'sig/types.rbs', line 19327

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)


19328
19329
19330
# File 'sig/types.rbs', line 19328

def verified_access_instance_id
  @verified_access_instance_id
end