Class: Aws::Types::PushSync
- Inherits:
-
Object
- Object
- Aws::Types::PushSync
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arns ⇒ ::Array[::String]
Returns the value of attribute application_arns.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#application_arns ⇒ ::Array[::String]
Returns the value of attribute application_arns.
241 242 243 |
# File 'sig/types.rbs', line 241 def application_arns @application_arns end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def role_arn @role_arn end |