Class: Aws::Types::GetMacieSessionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


893
894
895
# File 'sig/types.rbs', line 893

def created_at
  @created_at
end

#finding_publishing_frequency"FIFTEEN_MINUTES", ...

Returns the value of attribute finding_publishing_frequency.

Returns:

  • ("FIFTEEN_MINUTES", "ONE_HOUR", "SIX_HOURS")


894
895
896
# File 'sig/types.rbs', line 894

def finding_publishing_frequency
  @finding_publishing_frequency
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def service_role
  @service_role
end

#status"PAUSED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("PAUSED", "ENABLED")


896
897
898
# File 'sig/types.rbs', line 896

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


897
898
899
# File 'sig/types.rbs', line 897

def updated_at
  @updated_at
end