Class: Aws::Types::GetAuthPolicyResponse

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)


533
534
535
# File 'sig/types.rbs', line 533

def created_at
  @created_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


534
535
536
# File 'sig/types.rbs', line 534

def last_updated_at
  @last_updated_at
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def policy
  @policy
end

#state"Active", "Inactive"

Returns the value of attribute state.

Returns:

  • ("Active", "Inactive")


532
533
534
# File 'sig/types.rbs', line 532

def state
  @state
end