Class: Aws::Types::CreateTrustedEntitySetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activateBoolean

Returns the value of attribute activate.

Returns:

  • (Boolean)


627
628
629
# File 'sig/types.rbs', line 627

def activate
  @activate
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def client_token
  @client_token
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def detector_id
  @detector_id
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def expected_bucket_owner
  @expected_bucket_owner
end

#format"TXT", ...

Returns the value of attribute format.

Returns:

  • ("TXT", "STIX", "OTX_CSV", "ALIEN_VAULT", "PROOF_POINT", "FIRE_EYE")


624
625
626
# File 'sig/types.rbs', line 624

def format
  @format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


629
630
631
# File 'sig/types.rbs', line 629

def tags
  @tags
end