Class: Aws::Types::GetPolicyStoreOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def arn
  @arn
end

#cedar_version"CEDAR_2", "CEDAR_4"

Returns the value of attribute cedar_version.

Returns:

  • ("CEDAR_2", "CEDAR_4")


569
570
571
# File 'sig/types.rbs', line 569

def cedar_version
  @cedar_version
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


564
565
566
# File 'sig/types.rbs', line 564

def created_date
  @created_date
end

#deletion_protection"ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


567
568
569
# File 'sig/types.rbs', line 567

def deletion_protection
  @deletion_protection
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def description
  @description
end

#encryption_stateTypes::EncryptionState

Returns the value of attribute encryption_state.



568
569
570
# File 'sig/types.rbs', line 568

def encryption_state
  @encryption_state
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


565
566
567
# File 'sig/types.rbs', line 565

def last_updated_date
  @last_updated_date
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def policy_store_id
  @policy_store_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


570
571
572
# File 'sig/types.rbs', line 570

def tags
  @tags
end

#validation_settingsTypes::ValidationSettings

Returns the value of attribute validation_settings.



563
564
565
# File 'sig/types.rbs', line 563

def validation_settings
  @validation_settings
end