Class: Aws::Types::LakeFormationOptInsInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditionTypes::Condition

Returns the value of attribute condition.

Returns:



700
701
702
# File 'sig/types.rbs', line 700

def condition
  @condition
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


701
702
703
# File 'sig/types.rbs', line 701

def last_modified
  @last_modified
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def last_updated_by
  @last_updated_by
end

#principalTypes::DataLakePrincipal

Returns the value of attribute principal.



699
700
701
# File 'sig/types.rbs', line 699

def principal
  @principal
end

#resourceTypes::Resource

Returns the value of attribute resource.

Returns:



698
699
700
# File 'sig/types.rbs', line 698

def resource
  @resource
end