Class: Aws::Types::ApprovalPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[("SHARE")]

Returns the value of attribute actions.

Returns:

  • (::Array[("SHARE")])


388
389
390
# File 'sig/types.rbs', line 388

def actions
  @actions
end

#applicable_toTypes::ApplicableTo

Returns the value of attribute applicable_to.

Returns:



390
391
392
# File 'sig/types.rbs', line 390

def applicable_to
  @applicable_to
end

#approval_groups::Array[::String]

Returns the value of attribute approval_groups.

Returns:

  • (::Array[::String])


391
392
393
# File 'sig/types.rbs', line 391

def approval_groups
  @approval_groups
end

#asset_types::Array[("AGENT" | "SPACE" | "KNOWLEDGE_BASE")]

Returns the value of attribute asset_types.

Returns:

  • (::Array[("AGENT" | "SPACE" | "KNOWLEDGE_BASE")])


389
390
391
# File 'sig/types.rbs', line 389

def asset_types
  @asset_types
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


392
393
394
# File 'sig/types.rbs', line 392

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def policy_arn
  @policy_arn
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def policy_id
  @policy_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


393
394
395
# File 'sig/types.rbs', line 393

def updated_at
  @updated_at
end