Class: Aws::Types::GetTrustedEntitySetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def created_at
  @created_at
end

#error_details::String

Returns the value of attribute error_details.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def error_details
  @error_details
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1529
1530
1531
# File 'sig/types.rbs', line 1529

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")


1527
1528
1529
# File 'sig/types.rbs', line 1527

def format
  @format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def name
  @name
end

#status"INACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("INACTIVE", "ACTIVATING", "ACTIVE", "DEACTIVATING", "ERROR", "DELETE_PENDING", "DELETED")


1530
1531
1532
# File 'sig/types.rbs', line 1530

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1531
1532
1533
# File 'sig/types.rbs', line 1531

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def updated_at
  @updated_at
end