Class: Aws::Types::ResourceSnapshotPayload

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

Defined Under Namespace

Classes: AwsOpportunitySummaryFullView, OpportunitySummary, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_opportunity_summary_full_viewTypes::AwsOpportunitySummaryFullView

Returns the value of attribute aws_opportunity_summary_full_view.



1303
1304
1305
# File 'sig/types.rbs', line 1303

def aws_opportunity_summary_full_view
  @aws_opportunity_summary_full_view
end

#opportunity_summaryTypes::OpportunitySummaryView

Returns the value of attribute opportunity_summary.



1302
1303
1304
# File 'sig/types.rbs', line 1302

def opportunity_summary
  @opportunity_summary
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def unknown
  @unknown
end