Class: Aws::Types::AccessPreview

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arn::String

Returns the value of attribute analyzer_arn.

Returns:



24
25
26
# File 'sig/types.rbs', line 24

def analyzer_arn
  @analyzer_arn
end

#configurations::Hash[::String, Types::Configuration]

Returns the value of attribute configurations.

Returns:



25
26
27
# File 'sig/types.rbs', line 25

def configurations
  @configurations
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def id
  @id
end

#status"COMPLETED", ...

Returns the value of attribute status.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def status
  @status
end

#status_reasonTypes::AccessPreviewStatusReason

Returns the value of attribute status_reason.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def status_reason
  @status_reason
end