Class: Aws::Types::PrincipalResourcePermissions
- Inherits:
-
Object
- Object
- Aws::Types::PrincipalResourcePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_details ⇒ Types::DetailsMap
Returns the value of attribute additional_details.
-
#condition ⇒ Types::Condition
Returns the value of attribute condition.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]
Returns the value of attribute permissions.
-
#permissions_with_grant_option ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]
Returns the value of attribute permissions_with_grant_option.
-
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
Instance Attribute Details
#additional_details ⇒ Types::DetailsMap
Returns the value of attribute additional_details.
861 862 863 |
# File 'sig/types.rbs', line 861 def additional_details @additional_details end |
#condition ⇒ Types::Condition
Returns the value of attribute condition.
858 859 860 |
# File 'sig/types.rbs', line 858 def condition @condition end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
862 863 864 |
# File 'sig/types.rbs', line 862 def last_updated @last_updated end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
863 864 865 |
# File 'sig/types.rbs', line 863 def last_updated_by @last_updated_by end |
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]
Returns the value of attribute permissions.
859 860 861 |
# File 'sig/types.rbs', line 859 def end |
#permissions_with_grant_option ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]
Returns the value of attribute permissions_with_grant_option.
860 861 862 |
# File 'sig/types.rbs', line 860 def end |
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
856 857 858 |
# File 'sig/types.rbs', line 856 def principal @principal end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
857 858 859 |
# File 'sig/types.rbs', line 857 def resource @resource end |