Class: Aws::Types::UpdateResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_resource_owner_account::String

Returns the value of attribute expected_resource_owner_account.

Returns:

  • (::String)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def 
  
end

#hybrid_access_enabledBoolean

Returns the value of attribute hybrid_access_enabled.

Returns:

  • (Boolean)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def hybrid_access_enabled
  @hybrid_access_enabled
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def resource_arn
  @resource_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def role_arn
  @role_arn
end

#with_federationBoolean

Returns the value of attribute with_federation.

Returns:

  • (Boolean)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def with_federation
  @with_federation
end