Class: Aws::Types::Scope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_resource_id::String

Returns the value of attribute compliance_resource_id.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def compliance_resource_id
  @compliance_resource_id
end

#compliance_resource_types::Array[::String]

Returns the value of attribute compliance_resource_types.

Returns:

  • (::Array[::String])


2108
2109
2110
# File 'sig/types.rbs', line 2108

def compliance_resource_types
  @compliance_resource_types
end

#service_principals::Array[::String]

Returns the value of attribute service_principals.

Returns:

  • (::Array[::String])


2112
2113
2114
# File 'sig/types.rbs', line 2112

def service_principals
  @service_principals
end

#tag_key::String

Returns the value of attribute tag_key.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def tag_key
  @tag_key
end

#tag_value::String

Returns the value of attribute tag_value.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def tag_value
  @tag_value
end