Class: Aws::Types::AccessPreviewSummary

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:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def analyzer_arn
  @analyzer_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


60
61
62
# File 'sig/types.rbs', line 60

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def id
  @id
end

#status"COMPLETED", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETED", "CREATING", "FAILED")


61
62
63
# File 'sig/types.rbs', line 61

def status
  @status
end

#status_reasonTypes::AccessPreviewStatusReason

Returns the value of attribute status_reason.



62
63
64
# File 'sig/types.rbs', line 62

def status_reason
  @status_reason
end