Class: Aws::Types::GetPolicyVersionResponse

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)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def creation_date
  @creation_date
end

#generation_id::String

Returns the value of attribute generation_id.

Returns:

  • (::String)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def generation_id
  @generation_id
end

#is_default_versionBoolean

Returns the value of attribute is_default_version.

Returns:

  • (Boolean)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def is_default_version
  @is_default_version
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2517
2518
2519
# File 'sig/types.rbs', line 2517

def last_modified_date
  @last_modified_date
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def policy_arn
  @policy_arn
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def policy_name
  @policy_name
end

#policy_version_id::String

Returns the value of attribute policy_version_id.

Returns:

  • (::String)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def policy_version_id
  @policy_version_id
end