Class: Aws::Types::GetClassificationScopeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def name
  @name
end

#s3Types::S3ClassificationScope

Returns the value of attribute s3.



807
808
809
# File 'sig/types.rbs', line 807

def s3
  @s3
end