Class: Aws::Types::ResourceSnapshotPayload
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSnapshotPayload
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AwsOpportunitySummaryFullView, OpportunitySummary, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_opportunity_summary_full_view ⇒ Types::AwsOpportunitySummaryFullView
Returns the value of attribute aws_opportunity_summary_full_view.
-
#opportunity_summary ⇒ Types::OpportunitySummaryView
Returns the value of attribute opportunity_summary.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_opportunity_summary_full_view ⇒ Types::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_summary ⇒ Types::OpportunitySummaryView
Returns the value of attribute opportunity_summary.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def opportunity_summary @opportunity_summary end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def unknown @unknown end |