Class: Aws::Types::ListResourceSnapshotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:created_by])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def catalog
  @catalog
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def created_by
  @created_by
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def engagement_identifier
  @engagement_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


999
1000
1001
# File 'sig/types.rbs', line 999

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def next_token
  @next_token
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def resource_identifier
  @resource_identifier
end

#resource_snapshot_template_identifier::String

Returns the value of attribute resource_snapshot_template_identifier.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def resource_snapshot_template_identifier
  @resource_snapshot_template_identifier
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


1002
1003
1004
# File 'sig/types.rbs', line 1002

def resource_type
  @resource_type
end