Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#portal ⇒ Types::PortalResource
Returns the value of attribute portal.
-
#project ⇒ Types::ProjectResource
Returns the value of attribute project.
Instance Attribute Details
#portal ⇒ Types::PortalResource
Returns the value of attribute portal.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def portal @portal end |
#project ⇒ Types::ProjectResource
Returns the value of attribute project.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def project @project end |