Class: Aws::Types::DeleteResourcePolicyStatementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_revision_id ⇒ ::String

Returns the value of attribute expected_revision_id.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def expected_revision_id
  @expected_revision_id
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def resource_arn
  @resource_arn
end

#statement_id ⇒ ::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def statement_id
  @statement_id
end