Class: Aws::Types::IndexPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_time::Integer

Returns the value of attribute last_update_time.

Returns:

  • (::Integer)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def last_update_time
  @last_update_time
end

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def log_group_identifier
  @log_group_identifier
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def policy_name
  @policy_name
end

#source"ACCOUNT", "LOG_GROUP"

Returns the value of attribute source.

Returns:

  • ("ACCOUNT", "LOG_GROUP")


1170
1171
1172
# File 'sig/types.rbs', line 1170

def source
  @source
end