Class: Aws::Types::UpdateTrustedEntitySetRequest

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)


3293
3294
3295
# File 'sig/types.rbs', line 3293

def activate
  @activate
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


3288
3289
3290
# File 'sig/types.rbs', line 3288

def detector_id
  @detector_id
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


3292
3293
3294
# File 'sig/types.rbs', line 3292

def expected_bucket_owner
  @expected_bucket_owner
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


3291
3292
3293
# File 'sig/types.rbs', line 3291

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3290
3291
3292
# File 'sig/types.rbs', line 3290

def name
  @name
end

#trusted_entity_set_id::String

Returns the value of attribute trusted_entity_set_id.

Returns:

  • (::String)


3289
3290
3291
# File 'sig/types.rbs', line 3289

def trusted_entity_set_id
  @trusted_entity_set_id
end