Class: Aws::Types::GetPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def creation_date
  @creation_date
end

#default_version_id::String

Returns the value of attribute default_version_id.

Returns:

  • (::String)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def default_version_id
  @default_version_id
end

#generation_id::String

Returns the value of attribute generation_id.

Returns:

  • (::String)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def generation_id
  @generation_id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def last_modified_date
  @last_modified_date
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def policy_arn
  @policy_arn
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def policy_name
  @policy_name
end